Loading res/values-w600dp-h879dp/integers.xml +2 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- size of event title font in month view --> <integer name="text_size_event_title">12</integer> <!-- size of day date font in month view --> <integer name="text_size_month_number">24</integer> <!-- margin between the day number and the edge of the day in month view --> Loading res/values-w960dp-h527dp/integers.xml +2 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- size of event title font in month view --> <integer name="text_size_event_title">12</integer> <!-- size of day date font in month view --> <integer name="text_size_month_number">24</integer> <!-- margin between the day number and the edge of the day in month view --> Loading res/values/integers.xml +2 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- size of event title font in month view --> <integer name="text_size_event_title">14</integer> <!-- size of day date font in month view --> <integer name="text_size_month_number">14</integer> <!-- max number of lines in the description without showing More/Less button --> Loading src/com/android/calendar/month/MonthWeekEventsView.java +1 −0 Original line number Diff line number Diff line Loading @@ -348,6 +348,7 @@ public class MonthWeekEventsView extends SimpleWeekView { if (!mInitialized) { Resources resources = getContext().getResources(); mShowDetailsInMonth = Utils.getConfigBool(getContext(), R.bool.show_details_in_month); TEXT_SIZE_EVENT_TITLE = resources.getInteger(R.integer.text_size_event_title); TEXT_SIZE_MONTH_NUMBER = resources.getInteger(R.integer.text_size_month_number); SIDE_PADDING_MONTH_NUMBER = resources.getInteger(R.integer.month_day_number_margin); CONFLICT_COLOR = resources.getColor(R.color.month_dna_conflict_time_color); Loading Loading
res/values-w600dp-h879dp/integers.xml +2 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- size of event title font in month view --> <integer name="text_size_event_title">12</integer> <!-- size of day date font in month view --> <integer name="text_size_month_number">24</integer> <!-- margin between the day number and the edge of the day in month view --> Loading
res/values-w960dp-h527dp/integers.xml +2 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- size of event title font in month view --> <integer name="text_size_event_title">12</integer> <!-- size of day date font in month view --> <integer name="text_size_month_number">24</integer> <!-- margin between the day number and the edge of the day in month view --> Loading
res/values/integers.xml +2 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- size of event title font in month view --> <integer name="text_size_event_title">14</integer> <!-- size of day date font in month view --> <integer name="text_size_month_number">14</integer> <!-- max number of lines in the description without showing More/Less button --> Loading
src/com/android/calendar/month/MonthWeekEventsView.java +1 −0 Original line number Diff line number Diff line Loading @@ -348,6 +348,7 @@ public class MonthWeekEventsView extends SimpleWeekView { if (!mInitialized) { Resources resources = getContext().getResources(); mShowDetailsInMonth = Utils.getConfigBool(getContext(), R.bool.show_details_in_month); TEXT_SIZE_EVENT_TITLE = resources.getInteger(R.integer.text_size_event_title); TEXT_SIZE_MONTH_NUMBER = resources.getInteger(R.integer.text_size_month_number); SIDE_PADDING_MONTH_NUMBER = resources.getInteger(R.integer.month_day_number_margin); CONFLICT_COLOR = resources.getColor(R.color.month_dna_conflict_time_color); Loading