You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
901 B
27 lines
901 B
12 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="match_parent"
|
||
12 years ago
|
android:orientation="vertical"
|
||
12 years ago
|
android:paddingRight="@dimen/margin_half" >
|
||
12 years ago
|
|
||
|
<TextView
|
||
|
android:id="@+id/filter_text"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
12 years ago
|
android:textColor="?attr/text_actionbar"
|
||
12 years ago
|
android:textIsSelectable="false"
|
||
12 years ago
|
android:textSize="@dimen/ui_navigation_filter"
|
||
|
android:fontFamily="sans-serif-condensed" />
|
||
12 years ago
|
|
||
|
<TextView
|
||
|
android:id="@+id/server_text"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
12 years ago
|
android:layout_marginTop="-4dip"
|
||
12 years ago
|
android:textColor="?attr/text_actionbar"
|
||
12 years ago
|
android:textIsSelectable="false"
|
||
12 years ago
|
android:textSize="@dimen/ui_navigation_server"
|
||
|
android:fontFamily="sans-serif-light" />
|
||
12 years ago
|
|
||
12 years ago
|
</LinearLayout>
|