2013-07-23 23:47:31 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-10-16 22:36:57 +00:00
|
|
|
<!--
|
2016-05-27 17:37:38 +00:00
|
|
|
Copyright (C) 2016 The Android Open Source Project
|
2013-07-23 23:47:31 +00:00
|
|
|
|
|
|
|
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.
|
|
|
|
-->
|
2014-10-16 22:36:57 +00:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-11-01 23:55:56 +00:00
|
|
|
xmlns:launcher="http://schemas.android.com/apk/res-auto"
|
|
|
|
launcher:layout_ignoreInsets="true"
|
2016-05-27 17:37:38 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_horizontal|bottom"
|
|
|
|
android:gravity="top"
|
2016-11-01 23:55:56 +00:00
|
|
|
android:orientation="horizontal">
|
2013-07-23 23:47:31 +00:00
|
|
|
|
|
|
|
<TextView
|
2013-09-22 19:09:32 +00:00
|
|
|
android:id="@+id/wallpaper_button"
|
2014-10-16 22:36:57 +00:00
|
|
|
android:layout_width="0dp"
|
2013-07-23 23:47:31 +00:00
|
|
|
android:layout_height="wrap_content"
|
2014-10-16 22:36:57 +00:00
|
|
|
android:layout_weight="1"
|
2013-09-19 18:57:17 +00:00
|
|
|
android:drawablePadding="4dp"
|
2016-05-27 17:37:38 +00:00
|
|
|
android:drawableTop="@drawable/ic_wallpaper"
|
2013-09-22 19:09:32 +00:00
|
|
|
android:fontFamily="sans-serif-condensed"
|
2014-10-16 22:36:57 +00:00
|
|
|
android:gravity="center_horizontal"
|
2016-05-27 17:37:38 +00:00
|
|
|
android:stateListAnimator="@animator/overview_button_anim"
|
2014-10-16 22:36:57 +00:00
|
|
|
android:text="@string/wallpaper_button_text"
|
2013-09-22 19:09:32 +00:00
|
|
|
android:textAllCaps="true"
|
2015-08-20 23:17:36 +00:00
|
|
|
android:textColor="@android:color/white"
|
2016-05-27 17:37:38 +00:00
|
|
|
android:textSize="12sp" />
|
2014-10-16 22:36:57 +00:00
|
|
|
|
2013-07-23 23:47:31 +00:00
|
|
|
<TextView
|
2013-09-22 19:09:32 +00:00
|
|
|
android:id="@+id/widget_button"
|
2014-10-16 22:36:57 +00:00
|
|
|
android:layout_width="0dp"
|
2013-07-23 23:47:31 +00:00
|
|
|
android:layout_height="wrap_content"
|
2014-10-16 22:36:57 +00:00
|
|
|
android:layout_weight="1"
|
2013-09-19 18:57:17 +00:00
|
|
|
android:drawablePadding="4dp"
|
2016-05-27 17:37:38 +00:00
|
|
|
android:drawableTop="@drawable/ic_widget"
|
2013-09-22 19:09:32 +00:00
|
|
|
android:fontFamily="sans-serif-condensed"
|
2014-10-16 22:36:57 +00:00
|
|
|
android:gravity="center_horizontal"
|
2016-05-27 17:37:38 +00:00
|
|
|
android:stateListAnimator="@animator/overview_button_anim"
|
2014-10-16 22:36:57 +00:00
|
|
|
android:text="@string/widget_button_text"
|
2013-09-22 19:09:32 +00:00
|
|
|
android:textAllCaps="true"
|
2015-08-20 23:17:36 +00:00
|
|
|
android:textColor="@android:color/white"
|
2016-05-27 17:37:38 +00:00
|
|
|
android:textSize="12sp" />
|
2014-10-16 22:36:57 +00:00
|
|
|
|
2013-08-29 21:25:25 +00:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/settings_button"
|
2014-10-16 22:36:57 +00:00
|
|
|
android:layout_width="0dp"
|
2013-08-29 21:25:25 +00:00
|
|
|
android:layout_height="wrap_content"
|
2014-10-16 22:36:57 +00:00
|
|
|
android:layout_weight="1"
|
2013-09-19 18:57:17 +00:00
|
|
|
android:drawablePadding="4dp"
|
2016-05-27 17:37:38 +00:00
|
|
|
android:drawableTop="@drawable/ic_setting"
|
2013-09-22 19:09:32 +00:00
|
|
|
android:fontFamily="sans-serif-condensed"
|
2014-10-16 22:36:57 +00:00
|
|
|
android:gravity="center_horizontal"
|
2016-05-27 17:37:38 +00:00
|
|
|
android:stateListAnimator="@animator/overview_button_anim"
|
2014-10-16 22:36:57 +00:00
|
|
|
android:text="@string/settings_button_text"
|
2013-09-22 19:09:32 +00:00
|
|
|
android:textAllCaps="true"
|
2015-08-20 23:17:36 +00:00
|
|
|
android:textColor="@android:color/white"
|
2016-05-27 17:37:38 +00:00
|
|
|
android:textSize="12sp" />
|
2014-10-16 22:36:57 +00:00
|
|
|
|
|
|
|
</LinearLayout>
|