minor layout adjustments

This commit is contained in:
Kyle Spearrin 2019-06-10 22:37:25 -04:00
parent 0bfd9f386e
commit 2376489f51
2 changed files with 7 additions and 6 deletions

View File

@ -6,7 +6,7 @@
android:gravity="center_vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:paddingLeft="2.2dp">
<LinearLayout
android:orientation="horizontal"
@ -32,9 +32,10 @@
android:id="@+id/CipherCellContent"
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:layout_weight="1"
android:layout_gravity="center_vertical"
android:gravity="center"
android:paddingVertical="7.65dp">
<LinearLayout
android:id="@+id/CipherCellContentTop"

View File

@ -33,17 +33,17 @@
</div>
<h3 style="font-size: 1.25rem;">Instructions</h3>
<ol style="text-align: left; padding-left: 25px;">
<li>Install the <a href="https://f-droid.org" target="_blank">F-Droid</a> client app.</li>
<li>Click the button above, scan the QR code above, or manually copy/paste the repository information into the F-Droid client app under Settings.<br /</li>
<li>Install the <a href="https://f-droid.org" target="_blank">F-Droid client app</a>.</li>
<li>Scan the QR code from above or manually copy/paste the Bitwarden repository information into the F-Droid client app under Settings.</li>
<li>Add the Bitwarden repository to the F-Droid client app.</li>
<li>Refresh your F-Droid client app Categories tab.</li>
<li>Refresh your F-Droid client app under the Categories tab.</li>
<li>Install Bitwarden from the F-Droid client app listing.</li>
</ol>
<h3 style="font-size: 1.25rem;">Limitations</h3>
<p style="text-align: left;">
Since the Bitwarden F-Droid build does not include Firebase Messaging,
push notifications for live sync updates of your vault will not work.
Manual vault syncing will be required.
Manual vault syncing is required.
</p>
</body>
</html>