25 lines
965 B
XML
25 lines
965 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/activity_parent"
|
|
android:layout_width="0dp"
|
|
android:layout_height="@dimen/dp122w"
|
|
android:layout_marginLeft="@dimen/dp10w"
|
|
android:layout_marginTop="@dimen/dp13w"
|
|
android:layout_weight="1">
|
|
<ImageView
|
|
android:background="@drawable/community_img_activity"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
<TextView
|
|
android:textSize="@dimen/dp18w"
|
|
android:textColor="@color/txt_8195A4"
|
|
android:ellipsize="middle"
|
|
android:layout_gravity="bottom"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp10w"
|
|
android:layout_marginBottom="@dimen/dp10w"
|
|
android:text="@string/activity"
|
|
android:singleLine="true"/>
|
|
</FrameLayout>
|