Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
SplashCodes committed May 8, 2017
1 parent b1ddb91 commit afc8992
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
13 changes: 6 additions & 7 deletions app/src/main/res/layout/content_movie_actresses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@
android:text="暂无演员信息"
android:visibility="gone" />

<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginBottom="8dp"
android:layout_marginRight="16dp"
android:layout_marginTop="8dp"
android:background="@color/colorDivider" />
<LinearLayout
android:paddingRight="16dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<include layout="@layout/layout_divider_margin" />
</LinearLayout>
</LinearLayout>

</RelativeLayout>
Expand Down
9 changes: 8 additions & 1 deletion app/src/main/res/layout/content_movie_headers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,14 @@
android:text="暂无详细信息"
android:visibility="gone" />

<include layout="@layout/layout_divider_margin" />
<LinearLayout
android:paddingRight="16dp"
android:paddingLeft="72dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<include layout="@layout/layout_divider_margin" />
</LinearLayout>

</LinearLayout>

</RelativeLayout>

0 comments on commit afc8992

Please sign in to comment.