Fix UI bugs

This commit is contained in:
topjohnwu
2016-12-30 04:03:38 +08:00
parent b064c124e7
commit 94562cb5cf
4 changed files with 22 additions and 12 deletions
+2 -3
View File
@@ -42,10 +42,10 @@
<com.github.clans.fab.FloatingActionMenu
android:id="@+id/fabmenu"
android:layout_width="wrap_content"
android:layout_width="500dp"
android:layout_height="wrap_content"
android:layout_gravity="bottom|center_horizontal"
android:layout_marginRight="120dp"
android:layout_marginEnd="115dp"
android:layout_marginBottom="10dp"
app:layout_behavior=".FABBehavior"
fab:menu_fab_size="normal"
@@ -74,5 +74,4 @@
</android.support.design.widget.CoordinatorLayout>
</android.support.v4.widget.SwipeRefreshLayout>
+1 -1
View File
@@ -85,7 +85,7 @@
<string name="no_thanks">No thanks</string>
<string name="repo_install_title">Install %1$s</string>
<string name="repo_install_msg">Do you want to install %1$s ?</string>
<string name="download_install">Download and install</string>
<string name="download_install">Download &amp; install</string>
<string name="goto_install">Go to \"Install\" section</string>
<string name="download_file_error">Error downloading file</string>
<string name="install_error">Installation error!</string>