blob: 7eaeafac3c0f0d5a5a91f8be199baa394c1cb548 [file] [log] [blame]
Winson Chungc100e8e2011-08-09 16:02:43 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2011 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16<TextView
17 xmlns:android="http://schemas.android.com/apk/res/android"
Winson Chungc100e8e2011-08-09 16:02:43 -070018 style="@style/MarketButton"
19 android:onClick="onClickAppMarketButton"
20 android:gravity="center"
Yura83b0da12014-01-07 18:15:46 +000021 android:paddingLeft="32dp"
22 android:paddingRight="32dp"
Winson Chungc100e8e2011-08-09 16:02:43 -070023 android:drawablePadding="10dp"
Winson Chungff13de82012-01-30 16:27:33 -080024 android:background="@drawable/tab_widget_indicator_selector"
Winson Chungc100e8e2011-08-09 16:02:43 -070025 android:text="@string/market"
26 android:contentDescription="@string/market"
27 android:textColor="@color/workspace_all_apps_and_delete_zone_text_color"
Winson Chungf8c1b582011-10-24 13:52:29 -070028 android:textStyle="bold"
29 android:textSize="14sp"
30 android:textAllCaps="true"
Winson Chungc100e8e2011-08-09 16:02:43 -070031 android:shadowColor="@color/workspace_all_apps_and_delete_zone_text_shadow_color"
32 android:shadowDx="0.0"
33 android:shadowDy="0.0"
34 android:shadowRadius="2.0"
Winson Chungc100e8e2011-08-09 16:02:43 -070035 android:focusable="true"
36 android:clickable="true" />