mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
567 B
XML
14 lines
567 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/remote_tab_title"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="47dip"
|
|
android:paddingLeft="12dip"
|
|
android:paddingRight="12dip"
|
|
android:gravity="center_vertical"
|
|
android:textSize="15sp"
|
|
android:textColor="#222222"
|
|
android:singleLine="true"
|
|
android:ellipsize="middle"
|
|
android:background="@drawable/abouthome_separator"/>
|