mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-11-01 23:33:54 +01:00
bottom_sheet_item_layout.xml: changed android:tint to app:tint, added focusable
This commit is contained in:
parent
b4fe656a0b
commit
81a8023990
1 changed files with 3 additions and 1 deletions
|
|
@ -1,11 +1,13 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
android:id="@+id/bookmarkButton"
|
android:id="@+id/bookmarkButton"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_columnWeight="1"
|
android:layout_columnWeight="1"
|
||||||
android:background="@drawable/button_background_selector"
|
android:background="@drawable/button_background_selector"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
|
android:focusable="true"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:padding="@dimen/standard_gap">
|
android:padding="@dimen/standard_gap">
|
||||||
|
|
||||||
|
|
@ -14,7 +16,7 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center_horizontal"
|
android:layout_gravity="center_horizontal"
|
||||||
android:tint="?attr/rowButtonColor" />
|
app:tint="?attr/rowButtonColor" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/buttonText"
|
android:id="@+id/buttonText"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue