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:
Jeff Sharkey
2009-08-06 22:57:48 -07:00
committed by Android Git Automerger
9 changed files with 46 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 B

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 B

After

Width:  |  Height:  |  Size: 285 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 306 B

After

Width:  |  Height:  |  Size: 293 B

View File

@@ -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="78dip"
android:layout_width="79dip"
android:layout_height="fill_parent"
android:background="@drawable/appwidget_inner"
android:layout_gravity="center_horizontal"

View File

@@ -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"

20
res/values-land/dimens.xml Executable file
View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2009 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<dimen name="appwidget_width">421dip</dimen>
<dimen name="appwidget_height">68dip</dimen>
</resources>

View File

@@ -1,6 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2009 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<dimen name="vpn_connect_margin_right">10sp</dimen>
<dimen name="vpn_connect_normal_text_size">16sp</dimen>
<dimen name="vpn_connect_input_box_label_width">90sp</dimen>
<dimen name="appwidget_width">311dip</dimen>
<dimen name="appwidget_height">80dip</dimen>
</resources>