|
@@ -13,6 +13,7 @@
|
|
|
<item name="android:layout_margin">@dimen/content_padding_10</item>
|
|
<item name="android:layout_margin">@dimen/content_padding_10</item>
|
|
|
<item name="android:textSize">@dimen/text_size_15</item>
|
|
<item name="android:textSize">@dimen/text_size_15</item>
|
|
|
</style>
|
|
</style>
|
|
|
|
|
+
|
|
|
<style name="style_button" parent="button">
|
|
<style name="style_button" parent="button">
|
|
|
<item name="android:layout_width">match_parent</item>
|
|
<item name="android:layout_width">match_parent</item>
|
|
|
<item name="android:layout_height">40dp</item>
|
|
<item name="android:layout_height">40dp</item>
|
|
@@ -22,6 +23,7 @@
|
|
|
<item name="android:layout_margin">@dimen/content_padding_10</item>
|
|
<item name="android:layout_margin">@dimen/content_padding_10</item>
|
|
|
<item name="android:textSize">@dimen/text_size_15</item>
|
|
<item name="android:textSize">@dimen/text_size_15</item>
|
|
|
</style>
|
|
</style>
|
|
|
|
|
+
|
|
|
<style name="style_button_stroke" parent="button">
|
|
<style name="style_button_stroke" parent="button">
|
|
|
<item name="android:layout_width">match_parent</item>
|
|
<item name="android:layout_width">match_parent</item>
|
|
|
<item name="android:layout_height">40dp</item>
|
|
<item name="android:layout_height">40dp</item>
|
|
@@ -31,6 +33,7 @@
|
|
|
<item name="android:layout_margin">@dimen/content_padding_10</item>
|
|
<item name="android:layout_margin">@dimen/content_padding_10</item>
|
|
|
<item name="android:textSize">@dimen/text_size_15</item>
|
|
<item name="android:textSize">@dimen/text_size_15</item>
|
|
|
</style>
|
|
</style>
|
|
|
|
|
+
|
|
|
<style name="style_check_stroke">
|
|
<style name="style_check_stroke">
|
|
|
<item name="android:layout_width">wrap_content</item>
|
|
<item name="android:layout_width">wrap_content</item>
|
|
|
<item name="android:layout_height">wrap_content</item>
|
|
<item name="android:layout_height">wrap_content</item>
|
|
@@ -45,6 +48,7 @@
|
|
|
<item name="android:layout_margin">@dimen/content_padding_10</item>
|
|
<item name="android:layout_margin">@dimen/content_padding_10</item>
|
|
|
<item name="android:textSize">@dimen/text_size_15</item>
|
|
<item name="android:textSize">@dimen/text_size_15</item>
|
|
|
</style>
|
|
</style>
|
|
|
|
|
+
|
|
|
<style name="style_button_margin15" parent="button">
|
|
<style name="style_button_margin15" parent="button">
|
|
|
<item name="android:layout_width">match_parent</item>
|
|
<item name="android:layout_width">match_parent</item>
|
|
|
<item name="android:layout_height">40dp</item>
|
|
<item name="android:layout_height">40dp</item>
|
|
@@ -54,6 +58,7 @@
|
|
|
<item name="android:layout_margin">@dimen/content_padding_15</item>
|
|
<item name="android:layout_margin">@dimen/content_padding_15</item>
|
|
|
<item name="android:textSize">@dimen/text_size_15</item>
|
|
<item name="android:textSize">@dimen/text_size_15</item>
|
|
|
</style>
|
|
</style>
|
|
|
|
|
+
|
|
|
<style name="style_button_no_margin" parent="button">
|
|
<style name="style_button_no_margin" parent="button">
|
|
|
<item name="android:layout_width">match_parent</item>
|
|
<item name="android:layout_width">match_parent</item>
|
|
|
<item name="android:layout_height">40dp</item>
|
|
<item name="android:layout_height">40dp</item>
|
|
@@ -62,6 +67,7 @@
|
|
|
<item name="android:textColor">@color/btn_color_main</item>
|
|
<item name="android:textColor">@color/btn_color_main</item>
|
|
|
<item name="android:textSize">@dimen/text_size_15</item>
|
|
<item name="android:textSize">@dimen/text_size_15</item>
|
|
|
</style>
|
|
</style>
|
|
|
|
|
+
|
|
|
<style name="style_button_small" parent="button">
|
|
<style name="style_button_small" parent="button">
|
|
|
<item name="android:layout_width">70dp</item>
|
|
<item name="android:layout_width">70dp</item>
|
|
|
<item name="android:layout_height">30dp</item>
|
|
<item name="android:layout_height">30dp</item>
|
|
@@ -70,6 +76,7 @@
|
|
|
<item name="android:textColor">@color/btn_color_main</item>
|
|
<item name="android:textColor">@color/btn_color_main</item>
|
|
|
<item name="android:textSize">@dimen/text_size_15</item>
|
|
<item name="android:textSize">@dimen/text_size_15</item>
|
|
|
</style>
|
|
</style>
|
|
|
|
|
+
|
|
|
<style name="style_button_small_yellow" parent="button">
|
|
<style name="style_button_small_yellow" parent="button">
|
|
|
<item name="android:layout_width">70dp</item>
|
|
<item name="android:layout_width">70dp</item>
|
|
|
<item name="android:layout_height">30dp</item>
|
|
<item name="android:layout_height">30dp</item>
|
|
@@ -78,6 +85,7 @@
|
|
|
<item name="android:textColor">@color/btn_color_main</item>
|
|
<item name="android:textColor">@color/btn_color_main</item>
|
|
|
<item name="android:textSize">@dimen/text_size_15</item>
|
|
<item name="android:textSize">@dimen/text_size_15</item>
|
|
|
</style>
|
|
</style>
|
|
|
|
|
+
|
|
|
<style name="full.button_main" parent="button">
|
|
<style name="full.button_main" parent="button">
|
|
|
<item name="android:background">@drawable/selector_button_full_main</item>
|
|
<item name="android:background">@drawable/selector_button_full_main</item>
|
|
|
<item name="android:textColor">@color/btn_color_main</item>
|
|
<item name="android:textColor">@color/btn_color_main</item>
|
|
@@ -154,6 +162,7 @@
|
|
|
<style name="TablLayoutTextStyle">
|
|
<style name="TablLayoutTextStyle">
|
|
|
<item name="android:textSize">14sp</item>
|
|
<item name="android:textSize">14sp</item>
|
|
|
</style>
|
|
</style>
|
|
|
|
|
+
|
|
|
<style name="style_ash_tv">
|
|
<style name="style_ash_tv">
|
|
|
<item name="android:layout_width">wrap_content</item>
|
|
<item name="android:layout_width">wrap_content</item>
|
|
|
<item name="android:layout_height">26dp</item>
|
|
<item name="android:layout_height">26dp</item>
|
|
@@ -164,11 +173,13 @@
|
|
|
<item name="android:gravity">center</item>
|
|
<item name="android:gravity">center</item>
|
|
|
<item name="android:background">@drawable/sp_bg_rectangle_ash</item>
|
|
<item name="android:background">@drawable/sp_bg_rectangle_ash</item>
|
|
|
</style>
|
|
</style>
|
|
|
|
|
+
|
|
|
<style name="style_circle_main_v">
|
|
<style name="style_circle_main_v">
|
|
|
<item name="android:layout_width">18dp</item>
|
|
<item name="android:layout_width">18dp</item>
|
|
|
<item name="android:layout_height">18dp</item>
|
|
<item name="android:layout_height">18dp</item>
|
|
|
<item name="android:background">@drawable/sp_bg_circle_main</item>
|
|
<item name="android:background">@drawable/sp_bg_circle_main</item>
|
|
|
</style>
|
|
</style>
|
|
|
|
|
+
|
|
|
<style name="style_circle_main_tv">
|
|
<style name="style_circle_main_tv">
|
|
|
<item name="android:layout_width">wrap_content</item>
|
|
<item name="android:layout_width">wrap_content</item>
|
|
|
<item name="android:layout_height">wrap_content</item>
|
|
<item name="android:layout_height">wrap_content</item>
|
|
@@ -176,4 +187,44 @@
|
|
|
<item name="android:textColor">#353235</item>
|
|
<item name="android:textColor">#353235</item>
|
|
|
<item name="android:textSize">15sp</item>
|
|
<item name="android:textSize">15sp</item>
|
|
|
</style>
|
|
</style>
|
|
|
|
|
+
|
|
|
|
|
+ <style name="style_about_us_title">
|
|
|
|
|
+ <item name="android:layout_width">match_parent</item>
|
|
|
|
|
+ <item name="android:layout_height">wrap_content</item>
|
|
|
|
|
+ <item name="android:textSize">16sp</item>
|
|
|
|
|
+ <item name="android:paddingStart">@dimen/content_padding_20</item>
|
|
|
|
|
+ <item name="android:paddingEnd">@dimen/content_padding_20</item>
|
|
|
|
|
+ <item name="android:paddingTop">@dimen/content_padding_10</item>
|
|
|
|
|
+ <item name="android:paddingBottom">@dimen/content_padding_10</item>
|
|
|
|
|
+ <item name="android:layout_marginTop">@dimen/content_padding_10</item>
|
|
|
|
|
+ <item name="android:layout_marginStart">@dimen/content_padding_10</item>
|
|
|
|
|
+ <item name="android:layout_marginEnd">@dimen/content_padding_10</item>
|
|
|
|
|
+ <item name="android:textColor">#454545</item>
|
|
|
|
|
+ <item name="android:background">@drawable/shape_ash_solid_rectangle_top</item>
|
|
|
|
|
+ </style>
|
|
|
|
|
+
|
|
|
|
|
+ <style name="style_about_us_rl">
|
|
|
|
|
+ <item name="android:layout_width">match_parent</item>
|
|
|
|
|
+ <item name="android:layout_height">wrap_content</item>
|
|
|
|
|
+ <item name="android:orientation">vertical</item>
|
|
|
|
|
+ <item name="android:layout_marginStart">@dimen/content_padding_10</item>
|
|
|
|
|
+ <item name="android:layout_marginEnd">@dimen/content_padding_10</item>
|
|
|
|
|
+ <item name="android:background">@drawable/shape_white_solid_rectangle_bottom</item>
|
|
|
|
|
+ </style>
|
|
|
|
|
+
|
|
|
|
|
+ <style name="style_about_us_label">
|
|
|
|
|
+ <item name="android:layout_width">wrap_content</item>
|
|
|
|
|
+ <item name="android:layout_height">wrap_content</item>
|
|
|
|
|
+ <item name="android:textSize">16sp</item>
|
|
|
|
|
+ <item name="android:padding">@dimen/content_padding_20</item>
|
|
|
|
|
+ <item name="android:textColor">#454545</item>
|
|
|
|
|
+ </style>
|
|
|
|
|
+
|
|
|
|
|
+ <style name="style_about_us_line">
|
|
|
|
|
+ <item name="android:layout_width">wrap_content</item>
|
|
|
|
|
+ <item name="android:layout_height">1dp</item>
|
|
|
|
|
+ <item name="android:layout_marginStart">@dimen/content_padding_20</item>
|
|
|
|
|
+ <item name="android:layout_marginEnd">@dimen/content_padding_20</item>
|
|
|
|
|
+ <item name="android:background">#DFDFDF</item>
|
|
|
|
|
+ </style>
|
|
|
</resources>
|
|
</resources>
|