gecko-dev/mobile/android/base/resources/layout/awesomebar_header_row.xml

10 строки
429 B
XML

<TextView xmlns:android="http://schemas.android.com/apk/res/android"
style="?android:attr/listSeparatorTextViewStyle"
android:textColor="?android:attr/textColorPrimary"
android:id="@+id/title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:paddingTop="2dip"
android:paddingBottom="2dip"
android:paddingLeft="5dip"/>