Adopt new AppWidget assets, per http://b/2038594.
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 179 B After Width: | Height: | Size: 172 B |
Before Width: | Height: | Size: 301 B After Width: | Height: | Size: 285 B |
Before Width: | Height: | Size: 306 B After Width: | Height: | Size: 293 B |
@@ -16,8 +16,9 @@
|
|||||||
|
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:id="@+id/main"
|
android:id="@+id/main"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="@dimen/appwidget_width"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="@dimen/appwidget_height"
|
||||||
|
android:gravity="center"
|
||||||
android:background="@drawable/appwidget_bg" >
|
android:background="@drawable/appwidget_bg" >
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
@@ -54,7 +55,7 @@
|
|||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/btn_brightness"
|
android:id="@+id/btn_brightness"
|
||||||
android:layout_width="78dip"
|
android:layout_width="79dip"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:background="@drawable/appwidget_inner"
|
android:background="@drawable/appwidget_inner"
|
||||||
android:layout_gravity="center_horizontal"
|
android:layout_gravity="center_horizontal"
|
||||||
|
@@ -16,8 +16,9 @@
|
|||||||
|
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:id="@+id/main"
|
android:id="@+id/main"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="@dimen/appwidget_width"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="@dimen/appwidget_height"
|
||||||
|
android:gravity="center"
|
||||||
android:background="@drawable/appwidget_bg" >
|
android:background="@drawable/appwidget_bg" >
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
@@ -54,7 +55,7 @@
|
|||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/btn_brightness"
|
android:id="@+id/btn_brightness"
|
||||||
android:layout_width="58dip"
|
android:layout_width="57dip"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:background="@drawable/appwidget_inner"
|
android:background="@drawable/appwidget_inner"
|
||||||
android:layout_gravity="center_horizontal"
|
android:layout_gravity="center_horizontal"
|
||||||
|
20
res/values-land/dimens.xml
Executable 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>
|
@@ -1,6 +1,24 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?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>
|
<resources>
|
||||||
<dimen name="vpn_connect_margin_right">10sp</dimen>
|
<dimen name="vpn_connect_margin_right">10sp</dimen>
|
||||||
<dimen name="vpn_connect_normal_text_size">16sp</dimen>
|
<dimen name="vpn_connect_normal_text_size">16sp</dimen>
|
||||||
<dimen name="vpn_connect_input_box_label_width">90sp</dimen>
|
<dimen name="vpn_connect_input_box_label_width">90sp</dimen>
|
||||||
|
|
||||||
|
<dimen name="appwidget_width">311dip</dimen>
|
||||||
|
<dimen name="appwidget_height">80dip</dimen>
|
||||||
</resources>
|
</resources>
|
||||||
|