Adjust size
This commit is contained in:
parent
b691e107e3
commit
7f39dcf561
6 changed files with 15 additions and 15 deletions
|
@ -107,10 +107,10 @@
|
|||
<EditText
|
||||
android:id="@+id/contactLastName"
|
||||
android:background="@drawable/resizable_textfield"
|
||||
style="@style/font9"
|
||||
style="@style/font6"
|
||||
android:textCursorDrawable="@null"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="40dp"
|
||||
android:gravity="left"
|
||||
android:paddingRight="5dp"
|
||||
android:inputType="textPersonName|textCapWords"/>
|
||||
|
@ -127,9 +127,9 @@
|
|||
android:id="@+id/contactFirstName"
|
||||
android:textCursorDrawable="@null"
|
||||
android:background="@drawable/resizable_textfield"
|
||||
style="@style/font9"
|
||||
style="@style/font6"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="40dp"
|
||||
android:gravity="left"
|
||||
android:paddingRight="5dp"
|
||||
android:inputType="textPersonName|textCapWords"/>
|
||||
|
@ -144,7 +144,7 @@
|
|||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="30dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_gravity="center">
|
||||
|
||||
<TextView
|
||||
|
@ -183,7 +183,7 @@
|
|||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="30dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_gravity="center">
|
||||
|
||||
<TextView
|
||||
|
|
|
@ -7,12 +7,12 @@
|
|||
android:paddingBottom="5dp">
|
||||
|
||||
<EditText
|
||||
android:textCursorDrawable="@null"
|
||||
android:id="@+id/numoraddr"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="@android:color/black"
|
||||
android:background="@drawable/resizable_textfield"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="40dp"
|
||||
style="@style/font6"
|
||||
android:textCursorDrawable="@null"
|
||||
android:inputType="textEmailAddress"
|
||||
android:layout_weight="0.09"/>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
|||
android:contentDescription="@string/content_description_add"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="30dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_weight="0.91"
|
||||
android:layout_gravity="center"
|
||||
android:paddingLeft="5dp"/>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:background="@color/colorG"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="40dp"
|
||||
android:layout_height="35dp"
|
||||
android:gravity="center">
|
||||
|
||||
<TextView
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
android:id="@+id/item_name"
|
||||
style="@style/font6"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="50dp"
|
||||
android:layout_height="45dp"
|
||||
android:gravity="center_vertical"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingRight="16dp"/>
|
|
@ -3,7 +3,7 @@
|
|||
android:id="@+id/default_account"
|
||||
android:background="@color/colorF"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="80dp">
|
||||
android:layout_height="70dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/main_account_avatar"
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
<style name="font6" parent="@android:style/TextAppearance.Medium">
|
||||
<item name="android:textColor">@color/colorC</item>
|
||||
<item name="android:textSize">21sp</item>
|
||||
<item name="android:textSize">20sp</item>
|
||||
</style>
|
||||
|
||||
<style name="font7" parent="@android:style/TextAppearance.Medium">
|
||||
|
|
Loading…
Reference in a new issue