blob: 9a3efa04b996ea651fa86fcf68a8e7872324dc73 (
plain)
1
2
3
4
5
6
|
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/action_bar" >
<include layout="@layout/actionbar_title"/>
</LinearLayout>
|