Design fixes
This commit is contained in:
parent
b59acdd606
commit
5e5f000f58
5 changed files with 17 additions and 8 deletions
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<inset xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:insetLeft="56dp">
|
||||
<shape android:shape="rectangle">
|
||||
<size android:height="1dp"/>
|
||||
<solid android:color="#F00"/>
|
||||
<!--<solid android:color="@color/dashboard_divider_light"/>-->
|
||||
</shape>
|
||||
</inset>
|
|
@ -14,11 +14,8 @@
|
|||
android:id="@+id/tab_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/bg_color"
|
||||
app:layout_scrollFlags="scroll"
|
||||
app:tabIndicatorColor="?attr/pstsIndicatorColor"
|
||||
app:tabSelectedTextColor="?attr/pstsIndicatorColor"
|
||||
app:tabTextColor="@android:color/darker_gray"/>
|
||||
android:background="@color/osmand_orange"/>
|
||||
|
||||
<android.support.v4.view.ViewPager
|
||||
android:id="@+id/viewpager"
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:footerDividersEnabled="false"
|
||||
android:groupIndicator="@null"
|
||||
android:headerDividersEnabled="false"
|
||||
android:orientation="vertical"
|
||||
tools:context=".liveupdates.LiveUpdatesFragment"/>
|
||||
<!--android:childDivider="@drawable/live_updates_expendable_list_divider"-->
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="64dp"
|
||||
android:orientation="vertical"
|
||||
android:background="?attr/bg_color">
|
||||
android:orientation="vertical">
|
||||
|
||||
<include layout="@layout/shadow_bottom"/>
|
||||
|
||||
|
@ -17,11 +16,10 @@
|
|||
<include layout="@layout/shadow_top"/>
|
||||
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="48dp"
|
||||
android:layout_gravity="bottom"
|
||||
android:background="?attr/bg_color"
|
||||
android:gravity="center"
|
||||
android:orientation="horizontal"
|
||||
android:paddingLeft="16dp"
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:textColor="?android:textColorPrimary"
|
||||
android:textSize="@dimen/default_list_text_size"
|
||||
android:lines="1"
|
||||
android:ellipsize="end"
|
||||
tools:text="Belarus"/>
|
||||
|
||||
<TextView
|
||||
|
|
Loading…
Reference in a new issue