mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Address review comments
This commit is contained in:
@@ -62,12 +62,8 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/body"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
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_marginTop="@dimen/margin_medium"
|
||||
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;
|
||||
}
|
||||
|
||||
public boolean isOurs() {
|
||||
boolean isOurs() {
|
||||
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;
|
||||
|
||||
TabAdapter(FragmentManager fm, String[] titles) {
|
||||
|
||||
Reference in New Issue
Block a user