aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/room_player_data_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/room_player_data_item.xml')
-rw-r--r--app/src/main/res/layout/room_player_data_item.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/src/main/res/layout/room_player_data_item.xml b/app/src/main/res/layout/room_player_data_item.xml
index e6e6ed8..e6fb5c2 100644
--- a/app/src/main/res/layout/room_player_data_item.xml
+++ b/app/src/main/res/layout/room_player_data_item.xml
@@ -1,9 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
+ android:id="@+id/player_card_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_margin="16dp">
+ android:layout_margin="16dp"
+ app:cardBackgroundColor="#FFFFFF">
<LinearLayout
android:layout_width="wrap_content"
@@ -32,6 +35,6 @@
android:layout_height="match_parent"
android:layout_margin="10dp"
android:text="0000-0000-0000"
- tools:textAlignment="viewEnd" />
+ android:textDirection="rtl" />
</com.google.android.material.card.MaterialCardView> \ No newline at end of file