Changed color of separator

This commit is contained in:
daniel oeh 2012-07-23 12:37:57 +02:00
parent 5b28da28fe
commit d191b7a735
1 changed files with 2 additions and 2 deletions

View File

@ -121,8 +121,8 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_height="0.5dp"
android:layout_below="@id/viewpager"
android:background="@color/bright_blue" />
android:background="@color/ics_gray" />
</RelativeLayout>