Fix layout.
This commit is contained in:
parent
ccf17a4c51
commit
0b8406572b
2 changed files with 6 additions and 6 deletions
|
@ -19,7 +19,7 @@
|
|||
android:text="@string/search_for"
|
||||
style="@style/DashboardSubHeader"
|
||||
android:gravity="center_vertical"
|
||||
android:layout_height="38dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_width="wrap_content"/>
|
||||
<View android:layout_width="match_parent"
|
||||
android:background="@color/dashboard_divider"
|
||||
|
@ -80,7 +80,7 @@
|
|||
android:layout_height="wrap_content">
|
||||
<LinearLayout android:orientation="horizontal"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="38dp">
|
||||
android:layout_height="40dp">
|
||||
<TextView android:id="@+id/map_text"
|
||||
android:text="@string/map_Button"
|
||||
style="@style/DashboardSubHeader"/>
|
||||
|
@ -107,7 +107,7 @@
|
|||
android:orientation="vertical">
|
||||
<LinearLayout android:orientation="horizontal"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="38dp">
|
||||
android:layout_height="40dp">
|
||||
<TextView android:id="@+id/fav_text"
|
||||
android:text="@string/my_data_Button"
|
||||
style="@style/DashboardSubHeader"/>
|
||||
|
@ -119,7 +119,7 @@
|
|||
<LinearLayout android:id="@+id/favorites"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
android:layout_height="50dp"/>
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<item name="android:layout_height">fill_parent</item>
|
||||
<item name="android:gravity">center_vertical</item>
|
||||
<item name="android:textColor">@color/dashboard_black</item>
|
||||
<item name="android:layout_marginLeft">16dp</item>ll
|
||||
<item name="android:layout_marginLeft">15dp</item>ll
|
||||
<item name="android:textSize">14sp</item>
|
||||
</style>
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
|||
</style>
|
||||
|
||||
<style name="DashboardSearchButton">
|
||||
<item name="android:paddingTop">10dp</item>
|
||||
<item name="android:paddingTop">17dp</item>
|
||||
<item name="android:layout_width">0dp</item>
|
||||
<item name="android:layout_height">match_parent</item>
|
||||
<item name="android:layout_weight">1</item>
|
||||
|
|
Loading…
Reference in a new issue