Bug 775717: about:home thumbnails should use android:listSelector. [r=mfinkle]

--HG--
extra : rebase_source : 6b8656a30a5fd7d135c36c5969c06d3d92d6d0d0
This commit is contained in:
Sriram Ramasubramanian 2012-07-20 16:21:14 -07:00
Родитель 7260f3fa4e
Коммит f94c807e14
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -59,7 +59,8 @@
android:verticalSpacing="8dip"
android:horizontalSpacing="0dip"
android:isScrollContainer="false"
android:gravity="center"/>
android:gravity="center"
android:listSelector="@drawable/action_bar_button"/>
<org.mozilla.gecko.LinkTextView android:id="@+id/all_top_sites_text"
android:layout_width="fill_parent"

Просмотреть файл

@ -6,8 +6,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="146dip"
android:layout_height="wrap_content"
android:paddingTop="4dip"
android:background="@drawable/action_bar_button">
android:paddingTop="4dip">
<ImageView android:id="@+id/thumbnail"
android:layout_width="136dip"