[and] Icons resources.

This commit is contained in:
d-kunin 2013-08-07 23:58:47 +03:00
parent 67b52dfb10
commit 945a6f0c87
22 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 825 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 846 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 451 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 561 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 795 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 589 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -26,7 +26,7 @@
android:layout_centerVertical="true"
android:paddingLeft="@dimen/pad_mid"
android:paddingRight="@dimen/pad_mid"
android:src="@android:drawable/ic_menu_search" />
android:src="@drawable/ic_articleselection" />
</RelativeLayout>
<WebView

View file

@ -26,7 +26,7 @@
android:layout_height="match_parent"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:src="@android:drawable/ic_dialog_info" />
android:src="@drawable/ic_info" />
</RelativeLayout>
<LinearLayout
@ -53,7 +53,7 @@
android:layout_weight="0"
android:paddingLeft="@dimen/pad_small"
android:paddingRight="@dimen/pad_small"
android:src="@android:drawable/ic_menu_search" />
android:src="@drawable/ic_search" />
<EditText
android:id="@+id/searchText"
@ -75,7 +75,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
android:src="@android:drawable/ic_delete"
android:src="@drawable/ic_clearsearch"
android:visibility="gone" />
</LinearLayout>
</LinearLayout>