15 lines
603 B
XML
15 lines
603 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/community_details_margin_left"
|
|
android:layout_marginTop="@dimen/action_bar_height">
|
|
<TextView
|
|
android:textSize="@dimen/title16"
|
|
android:textColor="@color/txt_596F80"
|
|
android:id="@+id/tv_post_title"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"/>
|
|
</LinearLayout>
|