am 6c3287a4: Adopt new AppWidget assets, per http://b/2038594.
Merge commit '6c3287a4d3a8e02322b501034db3133a3ccb1051' * commit '6c3287a4d3a8e02322b501034db3133a3ccb1051': Adopt new AppWidget assets, per http://b/2038594.
This commit is contained in:
@@ -16,8 +16,9 @@
|
||||
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/main"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="@dimen/appwidget_width"
|
||||
android:layout_height="@dimen/appwidget_height"
|
||||
android:gravity="center"
|
||||
android:background="@drawable/appwidget_bg" >
|
||||
|
||||
<ImageButton
|
||||
@@ -54,7 +55,7 @@
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/btn_brightness"
|
||||
android:layout_width="58dip"
|
||||
android:layout_width="57dip"
|
||||
android:layout_height="fill_parent"
|
||||
android:background="@drawable/appwidget_inner"
|
||||
android:layout_gravity="center_horizontal"
|
||||
|
||||
Reference in New Issue
Block a user