From d1cdbcd973ad357e92308c5c5c23714545473ef7 Mon Sep 17 00:00:00 2001 From: Dmitry Yunitsky Date: Thu, 21 Jan 2016 20:25:52 +0300 Subject: [PATCH] [android] Fixed merge error with styles. --- android/res/layout/tab.xml | 2 +- android/res/layout/tab_timepicker.xml | 2 +- android/res/values/styles.xml | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/android/res/layout/tab.xml b/android/res/layout/tab.xml index 21466d9b58..82c207f20f 100644 --- a/android/res/layout/tab.xml +++ b/android/res/layout/tab.xml @@ -2,7 +2,7 @@ - diff --git a/android/res/layout/tab_timepicker.xml b/android/res/layout/tab_timepicker.xml index 1df5d2a0f8..23da60db86 100644 --- a/android/res/layout/tab_timepicker.xml +++ b/android/res/layout/tab_timepicker.xml @@ -2,8 +2,8 @@ - diff --git a/android/res/values/styles.xml b/android/res/values/styles.xml index b17a6dc9c2..a3056a426b 100644 --- a/android/res/values/styles.xml +++ b/android/res/values/styles.xml @@ -157,4 +157,14 @@ @style/MwmTextAppearance.Body3.Light @color/text_light + + + + \ No newline at end of file