diff --git a/QuickPlay/Resources/Resource.designer.cs b/QuickPlay/Resources/Resource.designer.cs index 2677b4f..695d7d7 100644 --- a/QuickPlay/Resources/Resource.designer.cs +++ b/QuickPlay/Resources/Resource.designer.cs @@ -1911,17 +1911,17 @@ namespace QuickPlay // aapt resource value: 0x7f0b0043 public const int action_bar_title = 2131427395; - // aapt resource value: 0x7f0b0078 - public const int action_container = 2131427448; + // aapt resource value: 0x7f0b007b + public const int action_container = 2131427451; // aapt resource value: 0x7f0b0068 public const int action_context_bar = 2131427432; - // aapt resource value: 0x7f0b0083 - public const int action_divider = 2131427459; + // aapt resource value: 0x7f0b0086 + public const int action_divider = 2131427462; - // aapt resource value: 0x7f0b0079 - public const int action_image = 2131427449; + // aapt resource value: 0x7f0b007c + public const int action_image = 2131427452; // aapt resource value: 0x7f0b0002 public const int action_menu_divider = 2131427330; @@ -1938,14 +1938,14 @@ namespace QuickPlay // aapt resource value: 0x7f0b0045 public const int action_mode_close_button = 2131427397; - // aapt resource value: 0x7f0b0086 - public const int action_settings = 2131427462; + // aapt resource value: 0x7f0b0089 + public const int action_settings = 2131427465; - // aapt resource value: 0x7f0b007a - public const int action_text = 2131427450; + // aapt resource value: 0x7f0b007d + public const int action_text = 2131427453; - // aapt resource value: 0x7f0b0084 - public const int actions = 2131427460; + // aapt resource value: 0x7f0b0087 + public const int actions = 2131427463; // aapt resource value: 0x7f0b0046 public const int activity_chooser_view_content = 2131427398; @@ -1962,6 +1962,9 @@ namespace QuickPlay // aapt resource value: 0x7f0b002c public const int always = 2131427372; + // aapt resource value: 0x7f0b0079 + public const int appTitleText = 2131427449; + // aapt resource value: 0x7f0b003f public const int async = 2131427391; @@ -1989,8 +1992,8 @@ namespace QuickPlay // aapt resource value: 0x7f0b0060 public const int checkbox = 2131427424; - // aapt resource value: 0x7f0b0082 - public const int chronometer = 2131427458; + // aapt resource value: 0x7f0b0085 + public const int chronometer = 2131427461; // aapt resource value: 0x7f0b0036 public const int clip_horizontal = 2131427382; @@ -2058,8 +2061,8 @@ namespace QuickPlay // aapt resource value: 0x7f0b004b public const int icon = 2131427403; - // aapt resource value: 0x7f0b0085 - public const int icon_group = 2131427461; + // aapt resource value: 0x7f0b0088 + public const int icon_group = 2131427464; // aapt resource value: 0x7f0b002e public const int ifRoom = 2131427374; @@ -2067,8 +2070,8 @@ namespace QuickPlay // aapt resource value: 0x7f0b0048 public const int image = 2131427400; - // aapt resource value: 0x7f0b007e - public const int info = 2131427454; + // aapt resource value: 0x7f0b0081 + public const int info = 2131427457; // aapt resource value: 0x7f0b0042 public const int italic = 2131427394; @@ -2106,18 +2109,21 @@ namespace QuickPlay // aapt resource value: 0x7f0b0012 public const int normal = 2131427346; - // aapt resource value: 0x7f0b0080 - public const int notification_background = 2131427456; + // aapt resource value: 0x7f0b0083 + public const int notification_background = 2131427459; - // aapt resource value: 0x7f0b007c - public const int notification_main_column = 2131427452; + // aapt resource value: 0x7f0b007f + public const int notification_main_column = 2131427455; - // aapt resource value: 0x7f0b007b - public const int notification_main_column_container = 2131427451; + // aapt resource value: 0x7f0b007e + public const int notification_main_column_container = 2131427454; // aapt resource value: 0x7f0b004e public const int parentPanel = 2131427406; + // aapt resource value: 0x7f0b007a + public const int playerNameText = 2131427450; + // aapt resource value: 0x7f0b0005 public const int progress_circular = 2131427333; @@ -2130,11 +2136,11 @@ namespace QuickPlay // aapt resource value: 0x7f0b003c public const int right = 2131427388; - // aapt resource value: 0x7f0b007f - public const int right_icon = 2131427455; + // aapt resource value: 0x7f0b0082 + public const int right_icon = 2131427458; - // aapt resource value: 0x7f0b007d - public const int right_side = 2131427453; + // aapt resource value: 0x7f0b0080 + public const int right_side = 2131427456; // aapt resource value: 0x7f0b001d public const int screen = 2131427357; @@ -2241,8 +2247,8 @@ namespace QuickPlay // aapt resource value: 0x7f0b0052 public const int textSpacerNoTitle = 2131427410; - // aapt resource value: 0x7f0b0081 - public const int time = 2131427457; + // aapt resource value: 0x7f0b0084 + public const int time = 2131427460; // aapt resource value: 0x7f0b0010 public const int title = 2131427344; @@ -2250,6 +2256,9 @@ namespace QuickPlay // aapt resource value: 0x7f0b005a public const int titleDividerNoCustom = 2131427418; + // aapt resource value: 0x7f0b0078 + public const int titleText = 2131427448; + // aapt resource value: 0x7f0b0058 public const int title_template = 2131427416; diff --git a/QuickPlay/Resources/layout/activity_main.xml b/QuickPlay/Resources/layout/activity_main.xml index 5c7d89c..9ff1110 100644 --- a/QuickPlay/Resources/layout/activity_main.xml +++ b/QuickPlay/Resources/layout/activity_main.xml @@ -13,19 +13,24 @@ android:layout_height="@dimen/abc_action_bar_content_inset_with_nav"> --> - + - + - + - - + \ No newline at end of file