Removed separators in header view

pull/14/head
Sam Bosley 12 years ago
parent 65340cd042
commit f42ebf097c

@ -10,15 +10,6 @@
android:layout_height="fill_parent"
android:src="?attr/asMainMenu"
android:scaleType="fitCenter"/>
<View
android:layout_width="1px"
android:layout_height="fill_parent"
android:layout_marginLeft="-1px"
android:background="?attr/asSeparatorBackground"
android:layout_marginBottom="4dip"
android:layout_marginTop="4dip"/>
<LinearLayout
android:layout_width="match_parent"
@ -58,13 +49,6 @@
</RelativeLayout>
</LinearLayout>
<View
android:layout_width="1px"
android:layout_height="fill_parent"
android:background="?attr/asSeparatorBackground"
android:layout_marginBottom="4dip"
android:layout_marginTop="4dip"/>
<Button
android:id="@+id/comments"
android:layout_width="51dip"

Loading…
Cancel
Save