diff options
Diffstat (limited to 'main/src')
-rw-r--r-- | main/src/main/res/layout/connections.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/main/res/layout/connections.xml b/main/src/main/res/layout/connections.xml index ed812f6d..f0ac44a7 100644 --- a/main/src/main/res/layout/connections.xml +++ b/main/src/main/res/layout/connections.xml @@ -7,11 +7,11 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:animateLayoutChanges="true" android:orientation="vertical"> <RelativeLayout + android:animateLayoutChanges="true" android:id="@+id/switchBar" android:layout_width="match_parent" android:layout_height="wrap_content" |