Skip to content

Commit

Permalink
三次修改
Browse files Browse the repository at this point in the history
  • Loading branch information
fg1q2q3q committed Dec 7, 2016
1 parent 20b8f0c commit aacb0d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/src/main/res/layout/address_selector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
<View
android:id="@+id/indicator"
android:layout_width="0dp"
android:layout_height="0.6dp"
android:layout_height="2dp"
android:background="#21b5f0" />

</LinearLayout>

<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_height="0.6dp"
android:background="#e8e8e8" />

<FrameLayout
Expand Down

0 comments on commit aacb0d4

Please sign in to comment.