diff --git a/briar-android/res/layout/list_item_transport.xml b/briar-android/res/layout/list_item_transport.xml index 11c3d5e4de80194d66452b85d838458bb5064f28..af3f75cb1605d0b4b5b13029a0e084139273b1ea 100644 --- a/briar-android/res/layout/list_item_transport.xml +++ b/briar-android/res/layout/list_item_transport.xml @@ -2,7 +2,7 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" - android:orientation="horizontal" + android:orientation="vertical" android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="@dimen/margin_small" @@ -19,7 +19,6 @@ android:id="@+id/textView" android:layout_width="wrap_content" android:layout_height="match_parent" - android:gravity="center_vertical" android:padding="@dimen/margin_small" android:textColor="@android:color/tertiary_text_light" tools:text="@string/transport_tor"/> diff --git a/briar-android/res/layout/transports_list.xml b/briar-android/res/layout/transports_list.xml index 02c05e74df5530a427c2651c0aef4e81b7a900e2..c1ec632f658d0e13d723f1e17a6af8963c78a4a1 100644 --- a/briar-android/res/layout/transports_list.xml +++ b/briar-android/res/layout/transports_list.xml @@ -2,7 +2,7 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" - android:layout_width="wrap_content" + android:layout_width="match_parent" android:layout_height="wrap_content"> <View @@ -12,7 +12,7 @@ <GridView android:id="@+id/transportsView" - android:layout_width="wrap_content" + android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="@dimen/margin_medium" android:numColumns="3"/>