Silly branding
|
@ -39,10 +39,10 @@
|
|||
|
||||
|
||||
|
||||
<string name="action_login">Login with Pleroma</string>
|
||||
<string name="action_login">Login with Akkoma</string>
|
||||
|
||||
|
||||
<string name="add_account_description">Add new Pleroma Account</string>
|
||||
<string name="add_account_description">Add new Akkoma Account</string>
|
||||
|
||||
|
||||
<string name="warning_scheduling_interval">Pleroma has a minimum scheduling interval of 5 minutes.</string>
|
||||
|
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 604 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 604 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 604 KiB |
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 604 KiB |
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 604 KiB |
|
@ -184,6 +184,7 @@
|
|||
android:lineSpacingMultiplier="1.1"
|
||||
android:textColor="?android:textColorPrimary"
|
||||
android:textSize="?attr/status_text_medium"
|
||||
android:textColorLink="@color/tusky_blue_light"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="@id/status_content_warning_button"
|
||||
app:layout_constraintTop_toBottomOf="@id/status_content_warning_button"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="tusky_blue">#d8a070</color>
|
||||
<color name="tusky_blue_light">#f16707</color>
|
||||
<color name="tusky_blue">#593196</color>
|
||||
<color name="tusky_blue_light">#7B4DC2</color>
|
||||
<color name="tusky_orange">#ca8f04</color>
|
||||
<color name="tusky_orange_light">#fab207</color>
|
||||
<color name="tusky_green">#19a341</color>
|
||||
|
|