Merge remote-tracking branch 'origin/cosmote' into cosmote
Showing
2 changed files
with
5 additions
and
5 deletions
... | @@ -8,8 +8,8 @@ | ... | @@ -8,8 +8,8 @@ |
8 | android:layout_marginStart="10dp"> | 8 | android:layout_marginStart="10dp"> |
9 | 9 | ||
10 | <androidx.constraintlayout.widget.ConstraintLayout | 10 | <androidx.constraintlayout.widget.ConstraintLayout |
11 | - android:layout_width="360dp" | 11 | + android:layout_width="match_parent" |
12 | - android:layout_height="240dp"> | 12 | + android:layout_height="match_parent"> |
13 | 13 | ||
14 | <androidx.constraintlayout.widget.Guideline | 14 | <androidx.constraintlayout.widget.Guideline |
15 | android:id="@+id/gl_horizontal_75_guideline" | 15 | android:id="@+id/gl_horizontal_75_guideline" | ... | ... |
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" | 2 | <androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" |
3 | xmlns:app="http://schemas.android.com/apk/res-auto" | 3 | xmlns:app="http://schemas.android.com/apk/res-auto" |
4 | - android:layout_width="@dimen/width_full" | 4 | + android:layout_width="360dp" |
5 | android:layout_height="240dp" | 5 | android:layout_height="240dp" |
6 | app:cardCornerRadius="20dp" | 6 | app:cardCornerRadius="20dp" |
7 | android:layout_marginBottom="2dp" | 7 | android:layout_marginBottom="2dp" |
8 | android:layout_marginStart="10dp"> | 8 | android:layout_marginStart="10dp"> |
9 | 9 | ||
10 | <androidx.constraintlayout.widget.ConstraintLayout | 10 | <androidx.constraintlayout.widget.ConstraintLayout |
11 | - android:layout_width="360dp" | 11 | + android:layout_width="match_parent" |
12 | - android:layout_height="240dp"> | 12 | + android:layout_height="match_parent"> |
13 | 13 | ||
14 | <androidx.constraintlayout.widget.Guideline | 14 | <androidx.constraintlayout.widget.Guideline |
15 | android:id="@+id/gl_horizontal_75_guideline" | 15 | android:id="@+id/gl_horizontal_75_guideline" | ... | ... |
-
Please register or login to post a comment