mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-24 23:27:40 +01:00
adding minor tweaks
This commit is contained in:
parent
94e12917da
commit
1b2d3e7093
@ -1,6 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:id="@+id/contact_number_holder"
|
android:id="@+id/contact_number_holder"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
@ -21,6 +22,17 @@
|
|||||||
android:textCursorDrawable="@null"
|
android:textCursorDrawable="@null"
|
||||||
android:textSize="@dimen/bigger_text_size" />
|
android:textSize="@dimen/bigger_text_size" />
|
||||||
|
|
||||||
|
<ImageView
|
||||||
|
android:id="@+id/default_toggle_icon"
|
||||||
|
android:layout_width="@dimen/contact_icons_size"
|
||||||
|
android:layout_height="@dimen/contact_icons_size"
|
||||||
|
android:layout_centerInParent="true"
|
||||||
|
android:layout_marginEnd="0dp"
|
||||||
|
android:layout_toStartOf="@+id/contact_number_type"
|
||||||
|
android:padding="@dimen/tiny_margin"
|
||||||
|
android:visibility="gone"
|
||||||
|
app:srcCompat="@drawable/ic_star_outline_vector" />
|
||||||
|
|
||||||
<com.simplemobiletools.commons.views.MyTextView
|
<com.simplemobiletools.commons.views.MyTextView
|
||||||
android:id="@+id/contact_number_type"
|
android:id="@+id/contact_number_type"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
@ -30,21 +42,11 @@
|
|||||||
android:layout_alignParentEnd="true"
|
android:layout_alignParentEnd="true"
|
||||||
android:layout_centerVertical="true"
|
android:layout_centerVertical="true"
|
||||||
android:background="?attr/selectableItemBackground"
|
android:background="?attr/selectableItemBackground"
|
||||||
android:gravity="center"
|
android:gravity="center_vertical|end"
|
||||||
android:minWidth="70dp"
|
android:minWidth="60dp"
|
||||||
android:paddingStart="@dimen/medium_margin"
|
android:paddingStart="@dimen/small_margin"
|
||||||
android:paddingEnd="@dimen/medium_margin"
|
android:paddingEnd="@dimen/medium_margin"
|
||||||
android:text="@string/mobile"
|
android:textSize="@dimen/bigger_text_size"
|
||||||
android:textSize="@dimen/bigger_text_size" />
|
tools:text="@string/mobile" />
|
||||||
|
|
||||||
<ImageView
|
|
||||||
android:id="@+id/default_toggle_icon"
|
|
||||||
android:layout_width="@dimen/contact_icons_size"
|
|
||||||
android:layout_height="@dimen/contact_icons_size"
|
|
||||||
android:layout_centerInParent="true"
|
|
||||||
android:layout_marginEnd="0dp"
|
|
||||||
android:layout_toStartOf="@+id/contact_number_type"
|
|
||||||
android:visibility="gone"
|
|
||||||
app:srcCompat="@drawable/ic_star_outline_vector" />
|
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user