OSDN Git Service

Add some (optional) debug logging to the player service.
[android-x86/packages-apps-Eleven.git] / res / layout / app_msg.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:layout_width="match_parent"
4     android:layout_height="wrap_content"
5     android:gravity="center"
6     android:minHeight="48dp"
7     android:orientation="vertical" >
8
9     <TextView
10         android:id="@android:id/message"
11         android:layout_width="wrap_content"
12         android:layout_height="wrap_content"
13         android:gravity="center"
14         android:padding="8dp"
15         android:textColor="?android:textColorPrimaryInverse"
16         android:textIsSelectable="false"
17         android:textSize="14sp"
18         android:textStyle="bold" />
19
20 </LinearLayout>