aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_muc_details.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2020-04-06 22:10:01 +0200
committerChristian Schneppe <christian.schneppe@pix-art.de>2020-04-06 22:10:01 +0200
commite0415d1ac501ea2d9bb593224f6517900c56f6f8 (patch)
tree7dabf0c280bb676fe8f62d5d1002e353aef11da2 /src/main/res/layout/activity_muc_details.xml
parent089ca1c4143beb224564794e7fe627083b5f9f77 (diff)
old android compatibility
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/activity_muc_details.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/main/res/layout/activity_muc_details.xml b/src/main/res/layout/activity_muc_details.xml
index 894649cc2..e53d22823 100644
--- a/src/main/res/layout/activity_muc_details.xml
+++ b/src/main/res/layout/activity_muc_details.xml
@@ -24,7 +24,7 @@
android:layout_height="wrap_content"
android:orientation="vertical">
- <com.google.android.material.card.MaterialCardView
+ <androidx.cardview.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/activity_horizontal_margin"
@@ -312,9 +312,9 @@
android:visibility="gone" />
</LinearLayout>
</LinearLayout>
- </com.google.android.material.card.MaterialCardView>
+ </androidx.cardview.widget.CardView>
- <com.google.android.material.card.MaterialCardView
+ <androidx.cardview.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/activity_horizontal_margin"
@@ -408,9 +408,9 @@
</LinearLayout>
</LinearLayout>
- </com.google.android.material.card.MaterialCardView>
+ </androidx.cardview.widget.CardView>
- <com.google.android.material.card.MaterialCardView
+ <androidx.cardview.widget.CardView
android:id="@+id/users_wrapper"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -484,9 +484,9 @@
tools:text="View n Participants" />
</LinearLayout>
</LinearLayout>
- </com.google.android.material.card.MaterialCardView>
+ </androidx.cardview.widget.CardView>
- <com.google.android.material.card.MaterialCardView
+ <androidx.cardview.widget.CardView
android:id="@+id/media_wrapper"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -537,7 +537,7 @@
android:textColor="?attr/colorAccent" />
</LinearLayout>
</LinearLayout>
- </com.google.android.material.card.MaterialCardView>
+ </androidx.cardview.widget.CardView>
</LinearLayout>
</ScrollView>
</LinearLayout>