Minor corrections
This commit is contained in:
parent
a09584243e
commit
646e6418ad
@ -13,7 +13,7 @@ import kotlinx.android.synthetic.main.activity_cryptomator_variants.tvFdroidCust
|
||||
import kotlinx.android.synthetic.main.activity_cryptomator_variants.tvFdroidCustomUnsupported
|
||||
import kotlinx.android.synthetic.main.activity_cryptomator_variants.tvFdroidMainSupported
|
||||
import kotlinx.android.synthetic.main.activity_cryptomator_variants.tvFdroidMainUnsupported
|
||||
import kotlinx.android.synthetic.main.activity_cryptomator_variants.tvWebsiteAllowed
|
||||
import kotlinx.android.synthetic.main.activity_cryptomator_variants.tvWebsiteSupported
|
||||
import kotlinx.android.synthetic.main.toolbar_layout.toolbar
|
||||
|
||||
@Activity(layout = R.layout.activity_cryptomator_variants)
|
||||
@ -32,7 +32,7 @@ class CryptomatorVariantsActivity : BaseActivity(), CryptomatorVariantsView {
|
||||
tvFdroidCustomSupported.text = "Dropbox, OneDrive, pCloud, WebDAV, S3, Local Storage"
|
||||
tvFdroidCustomUnsupported.text = "Google Drive"
|
||||
|
||||
tvWebsiteAllowed.text = "Dropbox, Google Drive, OneDrive, pCloud, WebDAV, S3, Local Storage"
|
||||
tvWebsiteSupported.text = "Dropbox, Google Drive, OneDrive, pCloud, WebDAV, S3, Local Storage"
|
||||
|
||||
btnInstallMainFDroidVariant.setOnClickListener {
|
||||
presenter.onInstallMainFDroidVariantClicked()
|
||||
|
@ -58,7 +58,7 @@
|
||||
android:src="@drawable/ic_done_gray" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvWebsiteAllowed"
|
||||
android:id="@+id/tvWebsiteSupported"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
@ -159,7 +159,7 @@
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/screen_cryptomator_variants_website_description" />
|
||||
android:text="@string/screen_cryptomator_variants_fdroid_main_description" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user