2012-07-25 18:00:01 -04:00
|
|
|
<?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="wrap_content"
|
|
|
|
android:orientation="vertical" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/actionbar_title_first"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginBottom="-4dip"
|
2012-08-24 21:32:21 -04:00
|
|
|
android:textSize="14sp"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:ellipsize="start" />
|
2012-07-25 18:00:01 -04:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/actionbar_title_sub"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2012-08-24 21:32:21 -04:00
|
|
|
android:textSize="12sp"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:ellipsize="end" />
|
2012-07-25 18:00:01 -04:00
|
|
|
|
|
|
|
</LinearLayout>
|