gecko/mobile/android/base/resources/layout/awesomebar_tab_indicator.xml.in
Sriram Ramasubramanian a82b96ff38 Bug 845572: GeckoView should listen for LWTheme messages. [r=wesj]
--HG--
rename : mobile/android/base/resources/layout/awesomebar_tab_indicator.xml => mobile/android/base/resources/layout/awesomebar_tab_indicator.xml.in
2013-02-26 15:32:53 -08:00

20 lines
971 B
XML

#filter substitution
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<Gecko.TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:gecko="http://schemas.android.com/apk/res/@ANDROID_PACKAGE_NAME@"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_weight="1.0"
android:gravity="center"
android:background="@drawable/awesomebar_tab_indicator"
android:padding="10dp"
android:singleLine="true"
android:ellipsize="marquee"
android:textSize="13sp"
android:textColor="@color/awesome_bar_title"
gecko:autoUpdateTheme="false"/>