mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-05 00:55:08 -05:00
Remove obsolete layout attributes
Fixes more Lint warnings
This commit is contained in:
parent
c597d63ae6
commit
d6a9b4e4d4
@ -31,7 +31,6 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:minWidth="@dimen/button_minWidth"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_centerInParent="true"
|
||||
android:padding="10dip"
|
||||
/>
|
||||
<Button
|
||||
|
@ -60,8 +60,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginLeft="2dip"
|
||||
android:layout_marginRight="4dip"
|
||||
android:background="?attr/compatDividerVertical"
|
||||
android:layout_alignParentTop="true"/>
|
||||
android:background="?attr/compatDividerVertical" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/folders"
|
||||
|
@ -23,8 +23,7 @@
|
||||
android:layout_gravity="center"
|
||||
android:visibility="visible"
|
||||
android:textColor="?android:attr/textColorPrimary"
|
||||
android:baselineAligned="false"
|
||||
android:layout_centerVertical="true">
|
||||
android:baselineAligned="false">
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/selected_checkbox"
|
||||
|
@ -79,7 +79,6 @@
|
||||
<ImageView
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:src="@drawable/ic_email_attachment"
|
||||
android:layout_alignParentLeft="true" />
|
||||
android:src="@drawable/ic_email_attachment" />
|
||||
</LinearLayout>
|
||||
</com.fsck.k9.view.AttachmentView>
|
||||
|
@ -10,7 +10,6 @@
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:paddingLeft="6dip"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="end"
|
||||
@ -20,7 +19,6 @@
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:paddingLeft="12dip"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="end"
|
||||
|
Loading…
Reference in New Issue
Block a user