summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2009-08-06 21:38:08 -0700
committerJeff Sharkey <jsharkey@android.com>2009-08-06 21:38:08 -0700
commit90b0749beca5718fd4ece268297866deb7f42c10 (patch)
tree6fdb2a2c41f4d12c3b97c1454698c17861371222 /res/layout
parent69bd2716384e95e42435268618c33902120ea8ea (diff)
downloadLegacyCamera-90b0749beca5718fd4ece268297866deb7f42c10.zip
LegacyCamera-90b0749beca5718fd4ece268297866deb7f42c10.tar.gz
LegacyCamera-90b0749beca5718fd4ece268297866deb7f42c10.tar.bz2
Adopt new AppWidget assets, per http://b/2038594.
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/photo_frame.xml19
1 files changed, 8 insertions, 11 deletions
diff --git a/res/layout/photo_frame.xml b/res/layout/photo_frame.xml
index 00ab25d..ca84481 100644
--- a/res/layout/photo_frame.xml
+++ b/res/layout/photo_frame.xml
@@ -4,9 +4,9 @@
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.
@@ -15,23 +15,20 @@
-->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:background="@drawable/photo_frame"
- >
+ android:layout_width="@dimen/appwidget_width"
+ android:layout_height="@dimen/appwidget_height"
+ android:background="@drawable/appwidget_bg">
<ImageView
android:id="@+id/photo"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:scaleType="center"
- android:cropToPadding="true"
- />
+ android:cropToPadding="true" />
<ImageView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:background="@drawable/photo_inner"
- />
+ android:background="@drawable/photo_inner" />
-</FrameLayout> \ No newline at end of file
+</FrameLayout>