From d2297da2dc0988a3078cbd58fbbdc7aa8d8c182a Mon Sep 17 00:00:00 2001 From: MATRIX Date: Fri, 5 Oct 2018 21:01:02 +0530 Subject: [PATCH] layout attributes changed --- .idea/caches/build_file_checksums.ser | Bin 542 -> 535 bytes .idea/misc.xml | 70 +------------------------- app/src/main/res/layout/progress.xml | 3 +- 3 files changed, 2 insertions(+), 71 deletions(-) diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 3ecb77b5cc37062a3a62c131e8436d9686daeb38..0280e7ffae76d69b0bef14ef8611bd530d971a37 100644 GIT binary patch delta 49 zcmV-10M7rO1eXMmm;*%C3z3`6AJ48LLt!F6+p8n$vH#rpi9Sjoz>kts=X3xqFI978a&s?mX=QS9 Od17yJXJvDfhXIhc5EtYC diff --git a/.idea/misc.xml b/.idea/misc.xml index 3359f5e..b0c7b20 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,73 +1,5 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/app/src/main/res/layout/progress.xml b/app/src/main/res/layout/progress.xml index f747215..49b056c 100644 --- a/app/src/main/res/layout/progress.xml +++ b/app/src/main/res/layout/progress.xml @@ -15,9 +15,8 @@ android:layout_width="wrap_content" android:textAppearance="?android:textAppearanceSmall" android:layout_gravity="center_vertical" - android:layout_marginLeft="@dimen/pp_margin_default" + android:layout_marginStart="@dimen/pp_margin_default" android:id="@+id/msg" - android:layout_toEndOf="@+id/loader" android:layout_height="wrap_content"/> \ No newline at end of file