Skip to content
Snippets Groups Projects
Commit 85cc2344 authored by akwizgran's avatar akwizgran
Browse files

Merge branch 'transport-indicators-no-buttons' into 'master'

Prevent transport indicators from looking like buttons

Closes #185

See merge request akwizgran/briar!714
parents c073c5c8 a178dbae
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
<LinearLayout <LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical"
tools:showIn="@layout/navigation_menu"> tools:showIn="@layout/navigation_menu">
<View style="@style/Divider.Horizontal"/> <View style="@style/Divider.Horizontal"/>
...@@ -13,8 +13,9 @@ ...@@ -13,8 +13,9 @@
android:id="@+id/transportsView" android:id="@+id/transportsView"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="@dimen/margin_medium" android:listSelector="@android:color/transparent"
android:numColumns="3" android:numColumns="3"
android:padding="@dimen/margin_medium"
tools:listitem="@layout/list_item_transport"/> tools:listitem="@layout/list_item_transport"/>
</LinearLayout> </LinearLayout>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment