diff options
author | 2020-03-25 18:13:07 -0600 | |
---|---|---|
committer | 2020-03-26 00:49:01 -0600 | |
commit | ade8f18a9550b340904cc608029c0fa4fe7186c0 (patch) | |
tree | 6e94a5d6d040aa7c77081e94e511d34a3ccc70db /ui/src/main/res/layout/tunnel_list_fragment.xml | |
parent | preferences: add key to all items to squelch warnings (diff) | |
download | wireguard-android-ade8f18a9550b340904cc608029c0fa4fe7186c0.tar.xz wireguard-android-ade8f18a9550b340904cc608029c0fa4fe7186c0.zip |
xml: cleanup
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res/layout/tunnel_list_fragment.xml')
-rw-r--r-- | ui/src/main/res/layout/tunnel_list_fragment.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ui/src/main/res/layout/tunnel_list_fragment.xml b/ui/src/main/res/layout/tunnel_list_fragment.xml index c8144dbb..c790c30c 100644 --- a/ui/src/main/res/layout/tunnel_list_fragment.xml +++ b/ui/src/main/res/layout/tunnel_list_fragment.xml @@ -38,8 +38,8 @@ app:configurationHandler="@{rowConfigurationHandler}" app:items="@{tunnels}" app:layout="@{@layout/tunnel_list_item}" - tools:listitem="@layout/tunnel_list_item" - tools:itemCount="12" /> + tools:itemCount="12" + tools:listitem="@layout/tunnel_list_item" /> <LinearLayout android:layout_width="match_parent" @@ -65,9 +65,10 @@ android:text="@string/tunnel_list_placeholder" android:textSize="20sp" /> </LinearLayout> + <com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton - style="@style/Widget.MaterialComponents.ExtendedFloatingActionButton.Icon" android:id="@+id/create_fab" + style="@style/Widget.MaterialComponents.ExtendedFloatingActionButton.Icon" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom|end" |