mirror of
https://github.com/nextcloud/android.git
synced 2024-12-11 08:43:32 +03:00
Changes due to Codacy
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
f16742abaf
commit
61eb343660
8 changed files with 1 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 30 KiB |
Binary file not shown.
Before Width: | Height: | Size: 108 KiB |
Binary file not shown.
Before Width: | Height: | Size: 17 KiB |
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
Binary file not shown.
Before Width: | Height: | Size: 26 KiB |
Binary file not shown.
Before Width: | Height: | Size: 23 KiB |
|
@ -20,7 +20,6 @@
|
|||
License along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
|
@ -35,7 +34,7 @@
|
|||
android:layout_marginBottom="@dimen/alternate_margin"
|
||||
android:layout_weight="60"
|
||||
android:contentDescription="@string/what_s_new_image"
|
||||
app:srcCompat="@drawable/whats_new_files"/>
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/whatsNewTitle"
|
||||
|
|
|
@ -68,7 +68,6 @@
|
|||
<string name="auth_host_url">Server address https://…</string>
|
||||
<string name="auth_username">Username</string>
|
||||
<string name="auth_password">Password</string>
|
||||
<string name="auth_register">No Nextcloud yet?\nClick here to get one from a provider</string>
|
||||
<string name="sync_string_files">Files</string>
|
||||
<string name="setup_btn_connect">Connect</string>
|
||||
<string name="uploader_btn_upload_text">Upload</string>
|
||||
|
|
Loading…
Reference in a new issue