forked from GitHub-Mirror/riotX-android
Add foreground attribute
This commit is contained in:
parent
933e06a7ef
commit
4eab0a3704
@ -5,6 +5,7 @@
|
|||||||
android:id="@+id/progressBar"
|
android:id="@+id/progressBar"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:background="?riotx_background"
|
||||||
android:padding="16dp">
|
android:padding="16dp">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
android:id="@+id/itemNoResultText"
|
android:id="@+id/itemNoResultText"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:background="?riotx_background"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:padding="16dp"
|
android:padding="16dp"
|
||||||
android:text="@string/no_result_placeholder" />
|
android:text="@string/no_result_placeholder" />
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
android:background="?riotx_background"
|
android:background="?riotx_background"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
|
android:foreground="?attr/selectableItemBackground"
|
||||||
android:minHeight="97dp">
|
android:minHeight="97dp">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
@ -7,7 +7,8 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="?riotx_background"
|
android:background="?riotx_background"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:focusable="true">
|
android:focusable="true"
|
||||||
|
android:foreground="?attr/selectableItemBackground">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/roomAvatarImageView"
|
android:id="@+id/roomAvatarImageView"
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
android:paddingLeft="@dimen/layout_horizontal_margin"
|
android:paddingLeft="@dimen/layout_horizontal_margin"
|
||||||
android:paddingTop="@dimen/layout_vertical_margin"
|
android:paddingTop="@dimen/layout_vertical_margin"
|
||||||
android:paddingEnd="@dimen/layout_horizontal_margin"
|
android:paddingEnd="@dimen/layout_horizontal_margin"
|
||||||
|
android:foreground="?attr/selectableItemBackground"
|
||||||
android:paddingRight="@dimen/layout_horizontal_margin"
|
android:paddingRight="@dimen/layout_horizontal_margin"
|
||||||
android:paddingBottom="8dp">
|
android:paddingBottom="8dp">
|
||||||
|
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
android:id="@+id/itemRoomDirectoryLayout"
|
android:id="@+id/itemRoomDirectoryLayout"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:background="?riotx_background"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:foreground="?attr/selectableItemBackground">
|
android:foreground="?attr/selectableItemBackground">
|
||||||
|
Loading…
Reference in New Issue
Block a user