| | |
| | | android:textStyle="bold"
|
| | | android:text="@string/lc_demo_main_title"></TextView>
|
| | |
|
| | | <!-- <LinearLayout-->
|
| | | <!-- android:id="@+id/ll_add"-->
|
| | | <!-- android:layout_width="wrap_content"-->
|
| | | <!-- android:layout_height="match_parent"-->
|
| | | <!-- android:layout_alignParentRight="true"-->
|
| | | <!-- android:gravity="center"-->
|
| | | <!-- android:paddingLeft="@dimen/px_20"-->
|
| | | <!-- android:paddingRight="@dimen/px_20">-->
|
| | | <LinearLayout
|
| | | android:id="@+id/ll_add"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="match_parent"
|
| | | android:layout_alignParentRight="true"
|
| | | android:gravity="center"
|
| | | android:paddingLeft="@dimen/px_20"
|
| | | android:paddingRight="@dimen/px_20">
|
| | |
|
| | | <!-- <ImageView-->
|
| | | <!-- android:layout_width="wrap_content"-->
|
| | | <!-- android:layout_height="wrap_content"-->
|
| | | <!-- android:src="@mipmap/lc_demo_nav_add"></ImageView>-->
|
| | | <!-- </LinearLayout>-->
|
| | | <ImageView
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:src="@mipmap/lc_demo_nav_add"></ImageView>
|
| | | </LinearLayout>
|
| | | </RelativeLayout>
|
| | | <RelativeLayout
|
| | | android:visibility="gone"
|