瀏覽代碼

폰트 사이즈 일부 조정

sanghoonkwon 7 年之前
父節點
當前提交
106c43a9e2

+ 1 - 1
app/src/main/res/layout/fragment_main_dashboard.xml

@@ -72,7 +72,7 @@
             android:orientation="horizontal">
 
             <kr.co.hanwha.hifive.view.FontTextView
-                style="@style/font_notosans_b_32sp_grey01"
+                style="@style/font_notosans_b_32dp_grey01"
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:layout_marginLeft="15.5dp"

+ 2 - 2
app/src/main/res/layout/item_main_dashboard_grid.xml

@@ -41,7 +41,7 @@
 
         <kr.co.hanwha.hifive.view.FontTextView
             android:id="@+id/project_textView"
-            style="@style/font_notosans_b_18sp_grey02"
+            style="@style/font_notosans_b_18dp_grey02"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:paddingLeft="20dp"
@@ -50,7 +50,7 @@
 
         <kr.co.hanwha.hifive.view.FontTextView
             android:id="@+id/member_textView"
-            style="@style/font_notosans_r_12sp_grey18"
+            style="@style/font_notosans_r_12dp_grey18"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:layout_marginTop="0dp"

+ 3 - 3
app/src/main/res/layout/item_task_detail_header.xml

@@ -28,7 +28,7 @@
 
             <kr.co.hanwha.hifive.view.FontTextView
                 android:id="@+id/dDay_textView"
-                style="@style/font_notosans_r_13sp_grey01"
+                style="@style/font_notosans_r_13dp_grey01"
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:layout_marginLeft="7dp"
@@ -36,7 +36,7 @@
 
             <kr.co.hanwha.hifive.view.FontTextView
                 android:id="@+id/dueDate_textView"
-                style="@style/font_notosans_r_13sp_grey01"
+                style="@style/font_notosans_r_13dp_grey01"
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:layout_marginLeft="7dp"
@@ -53,7 +53,7 @@
 
             <kr.co.hanwha.hifive.view.FontTextView
                 android:id="@+id/closedDate_textView"
-                style="@style/font_notosans_r_13sp_grey01"
+                style="@style/font_notosans_r_13dp_grey01"
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:layout_weight="0"

+ 2 - 2
app/src/main/res/layout/view_hf_main_tab_underline.xml

@@ -23,7 +23,7 @@
 
             <kr.co.hanwha.hifive.view.FontTextView
                 android:id="@+id/assignedTab_textView"
-                style="@style/font_notosans_b_18sp_grey01"
+                style="@style/font_notosans_b_18dp_grey01"
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:gravity="center"
@@ -35,7 +35,7 @@
 
             <kr.co.hanwha.hifive.view.FontTextView
                 android:id="@+id/requestTab_textView"
-                style="@style/font_notosans_b_18sp_grey04"
+                style="@style/font_notosans_b_18dp_grey01"
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:gravity="center"

+ 40 - 0
app/src/main/res/values/styles.xml

@@ -450,6 +450,14 @@
         <item name="fontFamily">NOTOSANS_R</item>
     </style>
 
+    <style name="font_notosans_r_12dp_grey18">
+        <item name="android:textColor">@color/hf_grey18</item>
+        <item name="android:textSize">12dp</item>
+        <item name="android:textStyle">normal</item>
+        <item name="textStyle">normal</item>
+        <item name="fontFamily">NOTOSANS_R</item>
+    </style>
+
     <style name="font_notosans_r_12sp_grey24">
         <item name="android:textColor">@color/hf_grey24</item>
         <item name="android:textSize">12sp</item>
@@ -514,6 +522,14 @@
         <item name="fontFamily">NOTOSANS_R</item>
     </style>
 
+    <style name="font_notosans_r_13dp_grey01">
+        <item name="android:textColor">@color/hf_grey01</item>
+        <item name="android:textSize">13dp</item>
+        <item name="android:textStyle">normal</item>
+        <item name="textStyle">normal</item>
+        <item name="fontFamily">NOTOSANS_R</item>
+    </style>
+
     <style name="font_notosans_r_13sp_button_grey02">
         <item name="android:textColor">@drawable/button_color_grey02_grey03</item>
         <item name="android:textSize">13sp</item>
@@ -842,6 +858,14 @@
         <item name="fontFamily">NOTOSANS_R</item>
     </style>
 
+    <style name="font_notosans_b_18dp_grey01">
+        <item name="android:textColor">@color/hf_grey01</item>
+        <item name="android:textSize">18dp</item>
+        <item name="android:textStyle">bold</item>
+        <item name="textStyle">bold</item>
+        <item name="fontFamily">NOTOSANS_R</item>
+    </style>
+
     <style name="font_notosans_b_18sp_grey02">
         <item name="android:textColor">@color/hf_grey02</item>
         <item name="android:textSize">18sp</item>
@@ -850,6 +874,14 @@
         <item name="fontFamily">NOTOSANS_R</item>
     </style>
 
+    <style name="font_notosans_b_18dp_grey02">
+        <item name="android:textColor">@color/hf_grey02</item>
+        <item name="android:textSize">18dp</item>
+        <item name="android:textStyle">bold</item>
+        <item name="textStyle">bold</item>
+        <item name="fontFamily">NOTOSANS_R</item>
+    </style>
+
     <style name="font_notosans_b_18sp_grey04">
         <item name="android:textColor">@color/hf_grey04</item>
         <item name="android:textSize">18sp</item>
@@ -946,6 +978,14 @@
         <item name="fontFamily">NOTOSANS_R</item>
     </style>
 
+    <style name="font_notosans_b_32dp_grey01">
+        <item name="android:textColor">@color/hf_grey01</item>
+        <item name="android:textSize">32dp</item>
+        <item name="android:textStyle">bold</item>
+        <item name="textStyle">bold</item>
+        <item name="fontFamily">NOTOSANS_R</item>
+    </style>
+
 
     <!-- Style End -->
 </resources>