Fix ui
This commit is contained in:
parent
4938701560
commit
8cd23f9dae
4 changed files with 4 additions and 24 deletions
|
@ -146,8 +146,6 @@
|
|||
android:ellipsize="end"
|
||||
android:gravity="center"
|
||||
android:maxLines="1"
|
||||
android:paddingBottom="6dp"
|
||||
android:paddingTop="6dp"
|
||||
android:text="@string/shared_string_add"
|
||||
android:textAllCaps="true"
|
||||
android:textColor="?attr/keyboard_item_text_color"
|
||||
|
|
|
@ -5,12 +5,9 @@
|
|||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_weight="0.1"
|
||||
android:layout_height="0dp"/>
|
||||
|
||||
<android.support.v7.widget.AppCompatTextView
|
||||
android:paddingTop="6dp"
|
||||
android:paddingBottom="6dp"
|
||||
android:id="@+id/keyboard_item"
|
||||
android:textAllCaps="true"
|
||||
android:layout_width="match_parent"
|
||||
|
@ -20,9 +17,4 @@
|
|||
android:textColor="?attr/keyboard_item_text_color"
|
||||
tools:text="3"/>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_weight="0.1"
|
||||
android:layout_height="0dp"/>
|
||||
|
||||
</LinearLayout>
|
|
@ -199,8 +199,6 @@
|
|||
android:background="?attr/dashboard_divider"/>
|
||||
|
||||
<android.support.v7.widget.AppCompatTextView
|
||||
android:paddingTop="6dp"
|
||||
android:paddingBottom="6dp"
|
||||
android:maxLines="1"
|
||||
android:ellipsize="end"
|
||||
android:id="@+id/add_marker_button"
|
||||
|
|
|
@ -5,12 +5,9 @@
|
|||
android:layout_height="56dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_weight="0.1"
|
||||
android:layout_height="0dp"/>
|
||||
|
||||
<android.support.v7.widget.AppCompatTextView
|
||||
android:paddingTop="6dp"
|
||||
android:paddingBottom="6dp"
|
||||
android:id="@+id/keyboard_item"
|
||||
android:textAllCaps="true"
|
||||
android:layout_width="match_parent"
|
||||
|
@ -20,9 +17,4 @@
|
|||
android:textColor="?attr/keyboard_item_text_color"
|
||||
tools:text="3"/>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_weight="0.1"
|
||||
android:layout_height="0dp"/>
|
||||
|
||||
</LinearLayout>
|
Loading…
Reference in a new issue