summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2012-10-17 12:11:31 -0700
committerRomain Guy <romainguy@google.com>2012-10-17 12:11:31 -0700
commitc688f887e6d18a1decc389f2b807e4497988dc61 (patch)
tree7d9d340f1da2fb2db4a7ea5db69bd2035088bb86
parent315c853bc69763f1262ae1830fce4ded4edb86d5 (diff)
downloadandroid_packages_screensavers_PhotoTable-c688f887e6d18a1decc389f2b807e4497988dc61.tar.gz
android_packages_screensavers_PhotoTable-c688f887e6d18a1decc389f2b807e4497988dc61.tar.bz2
android_packages_screensavers_PhotoTable-c688f887e6d18a1decc389f2b807e4497988dc61.zip
Add missing layout attributes
Bug #7334849 Change-Id: I18a43ee7459258f4afae16e06ba3fdbe3441ed30
-rw-r--r--res/layout/settingslist.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/settingslist.xml b/res/layout/settingslist.xml
index 114a789..1f2128b 100644
--- a/res/layout/settingslist.xml
+++ b/res/layout/settingslist.xml
@@ -13,7 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
- <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android">
+ <merge xmlns:android="http://schemas.android.com/apk/res/android">
<ListView android:id="@android:id/list"
android:layout_width="match_parent"
@@ -29,4 +29,4 @@
android:layout_gravity="center"
/>
-</FrameLayout>
+</merge>