Added AppMsg library to the librarys-folder
This commit is contained in:
20
libraries/Android-AppMsg/library/res/layout/app_msg.xml
Normal file
20
libraries/Android-AppMsg/library/res/layout/app_msg.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:minHeight="48dp"
|
||||
android:orientation="vertical" >
|
||||
|
||||
<TextView
|
||||
android:id="@android:id/message"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:padding="8dp"
|
||||
android:textColor="?android:textColorPrimaryInverse"
|
||||
android:textIsSelectable="false"
|
||||
android:textSize="14sp"
|
||||
android:textStyle="bold" />
|
||||
|
||||
</LinearLayout>
|
||||
8
libraries/Android-AppMsg/library/res/values/colors.xml
Normal file
8
libraries/Android-AppMsg/library/res/values/colors.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<color name="alert">#CC0000</color>
|
||||
<color name="confirm">#FF8800</color>
|
||||
<color name="info">#669900</color>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user