Fifth Alpha Release (actually fifth this time)

This commit is contained in:
Vavassor 2017-02-19 19:27:15 -05:00
commit dab6807bff
10 changed files with 43 additions and 30 deletions

View file

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/activity_main"
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -29,8 +30,11 @@
<android.support.design.widget.TabLayout
android:id="@+id/tab_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:tabTextAppearance="@style/TabLayoutTextStyle"
app:tabPaddingStart="1dp"
app:tabPaddingEnd="1dp">
<android.support.design.widget.TabItem
android:layout_width="wrap_content"

View file

@ -11,7 +11,7 @@
android:orientation="horizontal"
android:layout_gravity="center">
<LinearLayout
<com.keylesspalace.tusky.FlowLayout
android:id="@+id/footer_retry_bar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@ -29,7 +29,7 @@
android:id="@+id/footer_retry_button"
android:text="@string/action_retry" />
</LinearLayout>
</com.keylesspalace.tusky.FlowLayout>
<ProgressBar
android:id="@+id/footer_progress_bar"

View file

@ -9,7 +9,6 @@
android:id="@+id/title"
android:layout_centerInParent="true"
android:textAllCaps="true"
android:textStyle="normal|bold"
android:textSize="12sp" />
android:textStyle="normal|bold" />
</RelativeLayout>