Browse Source

Login screen margin fixes

master
Preyea Regmi 5 years ago
parent
commit
69211fa44f
  1. 9
      app/src/main/res/layout/activity_login_v2.xml

9
app/src/main/res/layout/activity_login_v2.xml

@ -41,7 +41,7 @@
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginStart="10dp"
android:paddingTop="6dp"
android:text="@string/login_title_text"
android:textColor="@color/colorAccent"
@ -51,9 +51,9 @@
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginStart="10dp"
android:paddingTop="8dp"
android:visibility="invisible"
android:visibility="gone"
android:paddingBottom="8dp"
android:text="@string/login_subtitle_text"
android:textSize="14sp"
@ -62,8 +62,9 @@
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginStart="10dp"
android:paddingTop="8dp"
android:layout_marginTop="8dp"
android:paddingBottom="2dp"
android:text="@string/login_user_id_text"
android:textSize="14sp"

Loading…
Cancel
Save