1
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
android:id="@+id/ll_image_viewer_root"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/white"
|
||||
android:orientation="vertical">
|
||||
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
android:orientation="vertical">
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/rl1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
@@ -42,15 +43,23 @@
|
||||
android:id="@+id/v"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="230dp" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/head"
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="60dp"
|
||||
<FrameLayout
|
||||
android:layout_below="@id/v"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_marginTop="-30dp"
|
||||
android:layout_marginRight="16dp" />
|
||||
android:layout_marginRight="16dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:background="@color/white"
|
||||
android:layout_height="wrap_content">
|
||||
<ImageView
|
||||
android:layout_margin="1dp"
|
||||
android:id="@+id/head"
|
||||
android:layout_width="59dp"
|
||||
android:layout_height="59dp"
|
||||
|
||||
/>
|
||||
</FrameLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<RelativeLayout
|
||||
|
||||
@@ -14,28 +14,29 @@
|
||||
android:layout_marginTop="@dimen/mystatusbar"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<ImageView
|
||||
android:visibility="gone"
|
||||
android:id="@+id/left"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingTop="5dp"
|
||||
android:paddingBottom="5dp"
|
||||
android:layout_marginTop="5dp"
|
||||
android:layout_centerVertical="true"
|
||||
android:paddingRight="5dp"
|
||||
android:src="@mipmap/fanhui" />
|
||||
|
||||
<android.support.design.widget.TabLayout
|
||||
android:id="@+id/tb"
|
||||
android:layout_width="wrap_content"
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:gravity="center_horizontal" />
|
||||
android:gravity="center"
|
||||
android:textSize="16sp"
|
||||
android:id="@+id/tv_title"
|
||||
android:text="我的点赞"
|
||||
android:textColor="@color/white" />
|
||||
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<android.support.design.widget.TabLayout
|
||||
android:id="@+id/tb"
|
||||
android:background="@color/white"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:tabIndicatorColor="#FE5200"
|
||||
app:tabSelectedTextColor="#FE5200"
|
||||
app:tabIndicatorFullWidth="false"
|
||||
app:tabTextColor="#000"
|
||||
android:gravity="center_horizontal" />
|
||||
<android.support.v4.view.ViewPager
|
||||
android:id="@+id/fl"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -18,25 +18,39 @@
|
||||
android:id="@+id/left"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginTop="5dp"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingTop="5dp"
|
||||
android:paddingBottom="5dp"
|
||||
android:layout_marginTop="5dp"
|
||||
android:layout_centerVertical="true"
|
||||
android:paddingRight="5dp"
|
||||
android:paddingBottom="5dp"
|
||||
android:src="@mipmap/fanhui" />
|
||||
|
||||
<android.support.design.widget.TabLayout
|
||||
android:id="@+id/tb"
|
||||
android:layout_width="wrap_content"
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:gravity="center_horizontal" />
|
||||
android:gravity="center"
|
||||
android:textSize="16sp"
|
||||
android:id="@+id/tv_title"
|
||||
android:text="哈哈"
|
||||
android:textColor="@color/white" />
|
||||
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<android.support.design.widget.TabLayout
|
||||
android:id="@+id/tb"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@color/white"
|
||||
android:gravity="center_horizontal"
|
||||
app:tabIndicatorColor="#FE5200"
|
||||
app:tabSelectedTextColor="#FE5200"
|
||||
app:tabIndicatorFullWidth="false"
|
||||
app:tabTextColor="#000" />
|
||||
|
||||
<android.support.v4.view.ViewPager
|
||||
android:id="@+id/fl"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user