Skip to content
This repository has been archived by the owner on Mar 6, 2019. It is now read-only.

Commit

Permalink
some style fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
jochen@homeland committed Mar 6, 2019
1 parent 6b6dad9 commit a2c4350
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file modified app/release/de.digisocken.anotherrss.apk
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public void bindView(View view, final Context context, Cursor cursor) {
}

tt.setPadding(10, 20, 5, 0);
tb.setPadding(10, 0, 10, 0);
tb.setPadding(10, 5, 10, 0);
sn.setPadding(10, 0, 10, 0);

Bitmap bmp = FeedContract.getImage(
Expand Down Expand Up @@ -181,7 +181,7 @@ public void onClick(View viewimg) {
} else {
iv.setPadding( 0, 0, 0, 0);
tt.setPadding(20, 10, 5, 0);
tb.setPadding(20, 0, 10, 0);
tb.setPadding(20, 5, 10, 0);
sn.setPadding(20, 0, 10, 0);
}
}
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
android:id="@+id/feedBody"
android:enabled="false"
android:typeface="sans"
android:lineSpacingMultiplier="1.1"
android:layout_below="@+id/feedTitle"
android:layout_alignLeft="@+id/feedTitle" />

Expand Down

0 comments on commit a2c4350

Please sign in to comment.