blob: 41e6ec7cc61c1b9d2a32492788e35618786a7d13 [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="16dp"
22 android:paddingRight="16dp"
Winson Chunge96e5cb2011-11-28 13:02:56 -080023 android:background="@drawable/tab_widget_indicator_selector"
Winson Chungc100e8e2011-08-09 16:02:43 -070024 android:contentDescription="@string/market"
25 android:shadowColor="@color/workspace_all_apps_and_delete_zone_text_shadow_color"
26 android:shadowDx="0.0"
27 android:shadowDy="0.0"
28 android:shadowRadius="2.0"
Winson Chungc100e8e2011-08-09 16:02:43 -070029 android:focusable="true"
30 android:clickable="true" />