Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / android / java / res / layout / three_button_menu_item.xml
index ebc7353..3febd06 100644 (file)
@@ -6,42 +6,31 @@
 -->
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
-    android:layout_height="wrap_content"
+    android:layout_height="?android:attr/listPreferredItemHeightSmall"
     android:layout_gravity="top|start"
     android:orientation="horizontal">
 
-    <ImageButton
+    <org.chromium.chrome.browser.widget.TintedImageButton
         android:id="@+id/button_one"
-        android:layout_width="wrap_content"
+        android:layout_width="0dp"
         android:layout_height="match_parent"
         android:layout_weight="1"
-        android:background="?android:attr/selectableItemBackground"
+        android:background="?android:attr/listChoiceBackgroundIndicator"
         android:scaleType="center" />
 
-    <View
-        android:layout_width="1dp"
-        android:layout_height="?android:attr/listPreferredItemHeightSmall"
-        android:background="?android:attr/listDivider" />
-
-    <ImageButton
+    <org.chromium.chrome.browser.widget.TintedImageButton
         android:id="@+id/button_two"
-        android:layout_width="wrap_content"
+        android:layout_width="0dp"
         android:layout_height="match_parent"
         android:layout_weight="1"
-        android:background="?android:attr/selectableItemBackground"
+        android:background="?android:attr/listChoiceBackgroundIndicator"
         android:scaleType="center" />
 
-    <View
-        android:layout_width="1dp"
-        android:layout_height="?android:attr/listPreferredItemHeightSmall"
-        android:background="?android:attr/listDivider" />
-
-    <ImageButton
+    <org.chromium.chrome.browser.widget.TintedImageButton
         android:id="@+id/button_three"
-        android:layout_width="wrap_content"
+        android:layout_width="0dp"
         android:layout_height="match_parent"
         android:layout_weight="1"
-        android:background="?android:attr/selectableItemBackground"
+        android:background="?android:attr/listChoiceBackgroundIndicator"
         android:scaleType="center" />
-
 </LinearLayout>
\ No newline at end of file