[android] Holo for Bookmarks.

[android] Holo for Bookmarks.
This commit is contained in:
Dmitry Kunin 2013-05-23 18:24:56 +03:00 committed by Alex Zolotarev
parent 1967aacb72
commit ab89a8e66c
5 changed files with 15 additions and 23 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View file

@ -36,13 +36,13 @@
<View
android:layout_width="fill_parent"
android:layout_height="1px"
android:background="@android:drawable/divider_horizontal_dark" />
android:background="@drawable/abs__list_divider_holo_light"/>
<RelativeLayout
android:id="@+id/pin_sets"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@android:drawable/list_selector_background"
android:background="@drawable/list_selector_holo_light"
android:paddingLeft="5dp"
android:paddingRight="5dp" >
@ -80,19 +80,19 @@
android:layout_centerVertical="true"
android:clickable="false"
android:focusable="false"
android:src="@drawable/cell_arrow_white" />
android:src="@drawable/cell_arrow_black" />
</RelativeLayout>
<View
android:layout_width="fill_parent"
android:layout_height="1px"
android:background="@android:drawable/divider_horizontal_dark" />
android:background="@drawable/abs__list_divider_holo_light" />
<RelativeLayout
android:id="@+id/pin_color_chooser"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@android:drawable/list_selector_background"
android:background="@drawable/list_selector_holo_light"
android:paddingLeft="5dp"
android:paddingRight="5dp" >
@ -109,13 +109,13 @@
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:src="@drawable/cell_arrow_white" />
android:src="@drawable/cell_arrow_black" />
</RelativeLayout>
<View
android:layout_width="fill_parent"
android:layout_height="1px"
android:background="@android:drawable/divider_horizontal_dark" />
android:background="@drawable/abs__list_divider_holo_light" />
<EditText
android:id="@+id/pin_description"
@ -128,7 +128,7 @@
<View
android:layout_width="fill_parent"
android:layout_height="1px"
android:background="@android:drawable/divider_horizontal_dark" />
android:background="@drawable/abs__list_divider_holo_light" />
<Button
android:layout_width="fill_parent"

View file

@ -25,13 +25,13 @@
android:layout_weight="1"
android:ellipsize="marquee"
android:singleLine="true"
android:textAppearance="?android:attr/textAppearanceLarge" />
android:textAppearance="@style/Holo.TextAppearance.Large.Light" />
<ImageView
android:id="@+id/disclosure_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
android:src="@drawable/cell_arrow_white" />
android:src="@drawable/cell_arrow_black" />
</LinearLayout>

View file

@ -18,20 +18,11 @@
layout="@layout/edit_bookmark_set" />
<TextView
style="?android:attr/listSeparatorTextViewStyle"
style="@style/Holo.TextView.ListSeparator.Light"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/bookmarks" />
<!--
<Button
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:onClick="onSendEMail"
android:text="@string/share_by_email" />
-->
<TextView
android:id="@+id/bookmark_usage_hint"
android:layout_width="fill_parent"
@ -51,7 +42,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="0"
android:text="@string/share_by_email"
android:drawableLeft="@android:drawable/ic_menu_share"/>
android:drawableLeft="@android:drawable/ic_menu_share"
android:text="@string/share_by_email" />
</LinearLayout>

View file

@ -2,7 +2,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
android:orientation="vertical"
android:layout_marginBottom="10dp" >
<EditText
android:id="@+id/pin_set_name"