forked from GitHub-Mirror/riotX-android
Fix compilation issues after rebase
This commit is contained in:
@ -6,7 +6,6 @@
|
||||
android:id="@+id/itemPublicRoomLayout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/bg_room_item"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:foreground="?attr/selectableItemBackground">
|
||||
|
@ -6,7 +6,6 @@
|
||||
android:id="@+id/itemRoomDirectoryLayout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/bg_room_item"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:foreground="?attr/selectableItemBackground">
|
||||
|
@ -21,8 +21,5 @@
|
||||
<color name="black_37">#5d000000</color>
|
||||
|
||||
<color name="black">#000000</color>
|
||||
<color name="black_87">#de000000</color>
|
||||
<color name="black_38">#61000000</color>
|
||||
<color name="black_37">#5d000000</color>
|
||||
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user