blob: 6295bdc2e52bb6561c1212a202c293743d9a2dc9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<TextView
android:id="@+id/actionbar_title"
style="@style/action_bar_title" />
</merge>
|