diff options
author | Samuel Holland <samuel@sholland.org> | 2017-07-31 21:30:51 -0500 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2017-07-31 21:30:51 -0500 |
commit | 411b0716f2747b6607c7394f5871a2f19824da8d (patch) | |
tree | aa17703141e89fab2d0aac990d64262ecfd46e81 /app/src/main/res | |
parent | b6653fd7f0d28e411c544353194cdfb63016516e (diff) |
ProfileList: Toggle connection state on click
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/profile_list_activity.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/profile_list_activity.xml b/app/src/main/res/layout/profile_list_activity.xml index 4e7b251f..29ce62e7 100644 --- a/app/src/main/res/layout/profile_list_activity.xml +++ b/app/src/main/res/layout/profile_list_activity.xml @@ -10,6 +10,7 @@ </data> <ListView + android:id="@+id/profile_list" android:layout_width="match_parent" android:layout_height="match_parent" app:items="@{profiles}" |