Merge "Move add-printer list headers to the right positions." into nyc-dev

This commit is contained in:
Philip P. Moltmann
2016-05-25 23:10:25 +00:00
committed by Android (Google) Code Review

View File

@@ -24,6 +24,7 @@
android:gravity="start|center_vertical">
<TextView android:id="@+id/text"
style="?android:attr/listSeparatorTextViewStyle" />
style="?android:attr/listSeparatorTextViewStyle"
android:textAlignment="viewStart" />
</LinearLayout>