mirror of
https://github.com/cwinfo/envayasms.git
synced 2024-11-09 02:10:26 +00:00
23 lines
848 B
XML
Executable File
23 lines
848 B
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="#333333">
|
|
<TextView
|
|
android:id="@+id/inbox_address"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="#FFFFFF"
|
|
android:layout_marginTop="4sp"
|
|
android:layout_marginLeft="6sp"
|
|
android:textSize="14sp"></TextView>
|
|
<TextView
|
|
android:id="@+id/inbox_body"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="#CCCCCC"
|
|
android:layout_marginLeft="6sp"
|
|
android:layout_marginBottom="6sp"
|
|
android:textSize="14sp"></TextView>
|
|
</LinearLayout> |