Update colors to dark-metallic-gray, use 'Little delta' in logo.
@@ -27,14 +27,14 @@ import org.telegram.messenger.R;
|
||||
|
||||
public class Theme {
|
||||
|
||||
public static final int ACTION_BAR_COLOR = 0xff085066;
|
||||
public static final int ACTION_BAR_COLOR = 0xff415e6b;
|
||||
public static final int ACTION_BAR_PHOTO_VIEWER_COLOR = 0x7f000000;
|
||||
public static final int ACTION_BAR_MEDIA_PICKER_COLOR = 0xff333333;
|
||||
public static final int ACTION_BAR_CHANNEL_INTRO_COLOR = 0xffffffff;
|
||||
public static final int ACTION_BAR_PLAYER_COLOR = 0xffffffff;
|
||||
public static final int ACTION_BAR_TITLE_COLOR = 0xffffffff;
|
||||
public static final int ACTION_BAR_SUBTITLE_COLOR = 0xffd5e8f7;
|
||||
public static final int ACTION_BAR_PROFILE_COLOR = 0xff085066;
|
||||
public static final int ACTION_BAR_PROFILE_COLOR = 0xff415e6b;
|
||||
public static final int ACTION_BAR_PROFILE_SUBTITLE_COLOR = 0xffd7eafa;
|
||||
public static final int ACTION_BAR_MAIN_AVATAR_COLOR = 0xff5085b1;
|
||||
public static final int ACTION_BAR_ACTION_MODE_TEXT_COLOR = 0xff737373;
|
||||
|
||||
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 8.7 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 20 KiB |
@@ -16,8 +16,8 @@
|
||||
<item name="android:colorBackground">@android:color/white</item>
|
||||
<item name="android:windowBackground">@android:color/white</item>
|
||||
<item name="android:windowContentOverlay">@null</item>
|
||||
<item name="android:colorPrimaryDark">#064052</item>
|
||||
<item name="android:colorPrimary">#085066</item>
|
||||
<item name="android:colorPrimaryDark">#364e59</item>
|
||||
<item name="android:colorPrimary">#415e6b</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.TMessages" parent="@android:style/Theme.Material.Light">
|
||||
@@ -33,7 +33,7 @@
|
||||
<item name="android:editTextStyle">@style/Theme.TMessages.EditText</item>
|
||||
<item name="android:actionBarItemBackground">@drawable/bar_selector_style</item>
|
||||
<item name="android:colorPrimaryDark">#33000000</item>
|
||||
<item name="android:colorPrimary">#085066</item>
|
||||
<item name="android:colorPrimary">#415e6b</item>
|
||||
<item name="android:alertDialogTheme">@style/Theme.TMessages.Dialog.Alert</item>
|
||||
<item name="android:colorControlActivated">#4991cc</item>
|
||||
</style>
|
||||
@@ -54,7 +54,7 @@
|
||||
<!--ACTION BAR-->
|
||||
|
||||
<style name="ActionBar.Transparent.TMessages.Start" parent="android:style/Widget.Material.Light.ActionBar">
|
||||
<item name="android:background">#ff085066</item>
|
||||
<item name="android:background">#ff415e6b</item>
|
||||
<item name="android:logo">@drawable/transparent</item>
|
||||
<item name="android:title">""</item>
|
||||
</style>
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<!--ACTION BAR-->
|
||||
|
||||
<style name="ActionBar.Transparent.TMessages.Start" parent="android:style/Widget.Holo.Light.ActionBar">
|
||||
<item name="android:background">#ff085066</item>
|
||||
<item name="android:background">#ff415e6b</item>
|
||||
<item name="android:logo">@drawable/transparent</item>
|
||||
<item name="android:title">""</item>
|
||||
</style>
|
||||
|
||||