Loading app/src/main/res/layout/activity_import_account.xml +18 −1 Original line number Diff line number Diff line Loading @@ -48,11 +48,28 @@ android:text="@string/choose_account" app:backgroundTint="@color/defaultBrand" /> <Button android:id="@+id/add_button1" style="@style/Widget.AppCompat.Button.Colored" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@id/add_button" android:layout_centerHorizontal="true" android:paddingStart="32dp" android:paddingTop="24dp" android:paddingEnd="32dp" android:paddingBottom="24dp" android:text="@string/choose_account1" android:textColor="@color/cardview_dark_background" app:backgroundTint="@color/cardview_light_background" /> <TextView android:id="@+id/status" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@id/add_button" android:layout_below="@id/add_button1" android:layout_centerHorizontal="true" android:layout_marginTop="32dp" android:gravity="center_horizontal" Loading app/src/main/res/values/strings.xml +2 −1 Original line number Diff line number Diff line Loading @@ -406,7 +406,8 @@ <string name="error_action_update_files_app">Update</string> <string name="no_account_configured_yet">No account configured yet</string> <string name="no_other_accounts">You don\'t have configured any other accounts yet.</string> <string name="choose_account">Choose account</string> <string name="choose_account">Login with /e/ account</string> <string name="choose_account1">Login with other account</string> <string name="context_based_formatting">Context based formatting popover</string> <plurals name="remove_account_message"> <item quantity="one">Removing the account %1$s will also delete irrecoverable one unsynchronized change.</item> Loading Loading
app/src/main/res/layout/activity_import_account.xml +18 −1 Original line number Diff line number Diff line Loading @@ -48,11 +48,28 @@ android:text="@string/choose_account" app:backgroundTint="@color/defaultBrand" /> <Button android:id="@+id/add_button1" style="@style/Widget.AppCompat.Button.Colored" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@id/add_button" android:layout_centerHorizontal="true" android:paddingStart="32dp" android:paddingTop="24dp" android:paddingEnd="32dp" android:paddingBottom="24dp" android:text="@string/choose_account1" android:textColor="@color/cardview_dark_background" app:backgroundTint="@color/cardview_light_background" /> <TextView android:id="@+id/status" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@id/add_button" android:layout_below="@id/add_button1" android:layout_centerHorizontal="true" android:layout_marginTop="32dp" android:gravity="center_horizontal" Loading
app/src/main/res/values/strings.xml +2 −1 Original line number Diff line number Diff line Loading @@ -406,7 +406,8 @@ <string name="error_action_update_files_app">Update</string> <string name="no_account_configured_yet">No account configured yet</string> <string name="no_other_accounts">You don\'t have configured any other accounts yet.</string> <string name="choose_account">Choose account</string> <string name="choose_account">Login with /e/ account</string> <string name="choose_account1">Login with other account</string> <string name="context_based_formatting">Context based formatting popover</string> <plurals name="remove_account_message"> <item quantity="one">Removing the account %1$s will also delete irrecoverable one unsynchronized change.</item> Loading