blob: 7ee9b5151568e84ee20a7b571209116afd16243f (
plain)
1
2
3
4
5
6
7
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Empty layout, on 14+ we have a real and working action bar -->
<merge xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_height="match_parent">
</merge>
|