Panagiotis Triantafyllou

Merge remote-tracking branch 'origin/cosmote' into cosmote

...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 <androidx.constraintlayout.widget.ConstraintLayout 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 xmlns:tools="http://schemas.android.com/tools" 4 xmlns:tools="http://schemas.android.com/tools"
5 - android:layout_width="match_parent" 5 + android:layout_width="@dimen/width_full"
6 android:layout_height="240dp" 6 android:layout_height="240dp"
7 android:layout_marginLeft="10dp" 7 android:layout_marginLeft="10dp"
8 android:background="@drawable/bottom_border"> 8 android:background="@drawable/bottom_border">
......
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 <androidx.constraintlayout.widget.ConstraintLayout 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="360dp" 4 + android:layout_width="@dimen/width_full"
5 android:layout_height="wrap_content" 5 android:layout_height="wrap_content"
6 android:layout_marginStart="10dp"> 6 android:layout_marginStart="10dp">
7 7
......
1 +<resources>
2 + <dimen name="width_full">360dp</dimen>
3 +
4 +
5 +</resources>
1 +<resources>
2 + <dimen name="width_full">320dp</dimen>
3 +</resources>