mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 06:09:55 +01:00
Address review comments
This commit is contained in:
@@ -62,12 +62,8 @@
|
|||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/body"
|
android:id="@+id/body"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentEnd="true"
|
|
||||||
android:layout_alignParentLeft="true"
|
|
||||||
android:layout_alignParentRight="true"
|
|
||||||
android:layout_alignParentStart="true"
|
|
||||||
android:layout_below="@+id/title"
|
android:layout_below="@+id/title"
|
||||||
android:layout_marginTop="@dimen/margin_medium"
|
android:layout_marginTop="@dimen/margin_medium"
|
||||||
tools:text="Body of Blog Post. This could be insanely large or just a short text as well."/>
|
tools:text="Body of Blog Post. This could be insanely large or just a short text as well."/>
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ class BlogListItem {
|
|||||||
return unread;
|
return unread;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isOurs() {
|
boolean isOurs() {
|
||||||
return ours;
|
return ours;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ public class BlogsFragment extends BaseFragment {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private class TabAdapter extends FragmentStatePagerAdapter {
|
private static class TabAdapter extends FragmentStatePagerAdapter {
|
||||||
private String[] titles;
|
private String[] titles;
|
||||||
|
|
||||||
TabAdapter(FragmentManager fm, String[] titles) {
|
TabAdapter(FragmentManager fm, String[] titles) {
|
||||||
|
|||||||
Reference in New Issue
Block a user