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 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
tools:showIn="@layout/navigation_menu">
<View style="@style/Divider.Horizontal"/>
......@@ -13,8 +13,9 @@
android:id="@+id/transportsView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="@dimen/margin_medium"
android:listSelector="@android:color/transparent"
android:numColumns="3"
android:padding="@dimen/margin_medium"
tools:listitem="@layout/list_item_transport"/>
</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