Skip to content

Commit

Permalink
调整UI
Browse files Browse the repository at this point in the history
  • Loading branch information
r17171709 committed Jan 4, 2018
1 parent b45bffe commit 94ad0f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CommonLibrary/src/main/res/layout/view_nav.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,10 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true" />
<View
android:id="@+id/view_nav_line"
android:layout_alignParentBottom="true"
android:layout_width="match_parent"
android:layout_height="0.5dip"
android:background="#e5e5e5"></View>
</RelativeLayout>

0 comments on commit 94ad0f0

Please sign in to comment.