Remove unused resources

pull/30/head
Alinson S. Xavier 10 years ago
parent d2682358c2
commit 33d7ab52ca

Binary file not shown.

Before

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 552 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 192 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 394 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 289 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 716 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:top="40dp">
<shape android:shape="rectangle" >
<gradient
android:startColor="#30000000"
android:endColor="#00000000"
android:angle="270"/>
</shape>
</item>
<item android:top="21dp" android:bottom="2dp">
<shape android:shape="rectangle" >
<gradient
android:angle="270"
android:endColor="#ccffffff"
android:startColor="#ffffff" />
</shape>
</item>
<item android:bottom="21dp">
<shape android:shape="rectangle" >
<solid android:color="#ffffff" />
</shape>
</item>
</layer-list>

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
</layer-list>

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:bottom="28dp">
<shape android:shape="rectangle" >
<gradient
android:angle="270"
android:endColor="#00000000"
android:height="1px"
android:startColor="#08000000" />
</shape>
</item>
</layer-list>

@ -1,7 +0,0 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/habits_item_check_pressed" android:state_pressed="true"></item>
<item android:drawable="@drawable/habits_item_check_pressed" android:state_focused="true"></item>
<item android:drawable="@drawable/habits_item_check_normal"></item>
</selector>

@ -30,7 +30,6 @@
<string name="create_habit">Criar hábito</string> <string name="create_habit">Criar hábito</string>
<string name="days">dias</string> <string name="days">dias</string>
<string name="delete">Deletar</string> <string name="delete">Deletar</string>
<string name="description">Descrição</string>
<string name="description_hint">Pergunta (por ex., \"você meditou hoje?\")</string> <string name="description_hint">Pergunta (por ex., \"você meditou hoje?\")</string>
<string name="discard">Cancelar</string> <string name="discard">Cancelar</string>
<string name="edit">Editar</string> <string name="edit">Editar</string>
@ -66,7 +65,6 @@
<string name="toast_habit_unarchived">Hábitos restaurados.</string> <string name="toast_habit_unarchived">Hábitos restaurados.</string>
<string name="toast_nothing_to_redo">Nada para refazer.</string> <string name="toast_nothing_to_redo">Nada para refazer.</string>
<string name="toast_nothing_to_undo">Nada para desfazer.</string> <string name="toast_nothing_to_undo">Nada para desfazer.</string>
<string name="toast_repetition_toggled">Marcado.</string>
<string name="unarchive">Desarquivar</string> <string name="unarchive">Desarquivar</string>
<string name="validation_at_most_one_rep_per_day">Você pode ter no máximo uma repetição por dia.</string> <string name="validation_at_most_one_rep_per_day">Você pode ter no máximo uma repetição por dia.</string>
<string name="validation_name_should_not_be_blank">Nome não pode ficar em branco.</string> <string name="validation_name_should_not_be_blank">Nome não pode ficar em branco.</string>

@ -17,7 +17,6 @@
<string name="toast_nothing_to_redo">Nothing to redo.</string> <string name="toast_nothing_to_redo">Nothing to redo.</string>
<string name="toast_habit_changed">习惯修改了.</string> <string name="toast_habit_changed">习惯修改了.</string>
<string name="toast_habit_changed_back">取消了修改.</string> <string name="toast_habit_changed_back">取消了修改.</string>
<string name="toast_repetition_toggled">Repetition toggled.</string>
<string name="toast_habit_archived">习惯存档成功.</string> <string name="toast_habit_archived">习惯存档成功.</string>
<string name="toast_habit_unarchived">习惯取消存档成功.</string> <string name="toast_habit_unarchived">习惯取消存档成功.</string>
@ -31,7 +30,6 @@
<string name="habit_strength">习惯强度</string> <string name="habit_strength">习惯强度</string>
<string name="history">历史</string> <string name="history">历史</string>
<string name="clear">取消</string> <string name="clear">取消</string>
<string name="description">描叙</string>
<string name="description_hint">提醒问题你xxx了吗</string> <string name="description_hint">提醒问题你xxx了吗</string>
<string name="repeat">重复</string> <string name="repeat">重复</string>
<string name="times_every">次每</string> <string name="times_every">次每</string>

@ -18,11 +18,9 @@
<color name="primary">#37474f</color> <color name="primary">#37474f</color>
<color name="primary_darker">#263238</color> <color name="primary_darker">#263238</color>
<color name="accent">#9a4000</color>
<color name="windowBackground">#e6e6e6</color> <color name="windowBackground">#e6e6e6</color>
<color name="white">#ffffff</color> <color name="white">#ffffff</color>
<color name="grey">#cccccc</color>
<!-- Time and Date picker --> <!-- Time and Date picker -->
<color name="circle_background">#f2f2f2</color> <color name="circle_background">#f2f2f2</color>
@ -50,281 +48,278 @@
<color name="light_gray">#404040</color> <color name="light_gray">#404040</color>
<color name="dark_gray">#363636</color> <color name="dark_gray">#363636</color>
<color name="line_dark">#808080</color> <color name="line_dark">#808080</color>
<color name="done_text_color_dark_normal">#ffffff</color>
<color name="done_text_color_dark_disabled">#888888</color>
<color name="done_disabled_dark">#bfbfbf</color>
<!-- Material design color palette --> <!-- Material design color palette -->
<color name="red_50">#FFEBEE</color> <!--<color name="red_50">#FFEBEE</color>-->
<color name="red_100">#FFCDD2</color> <!--<color name="red_100">#FFCDD2</color>-->
<color name="red_200">#EF9A9A</color> <!--<color name="red_200">#EF9A9A</color>-->
<color name="red_300">#E57373</color> <!--<color name="red_300">#E57373</color>-->
<color name="red_400">#EF5350</color> <!--<color name="red_400">#EF5350</color>-->
<color name="red_500">#F44336</color> <!--<color name="red_500">#F44336</color>-->
<color name="red_600">#E53935</color> <!--<color name="red_600">#E53935</color>-->
<color name="red_700">#D32F2F</color> <!--<color name="red_700">#D32F2F</color>-->
<color name="red_800">#C62828</color> <!--<color name="red_800">#C62828</color>-->
<color name="red_900">#B71C1C</color> <!--<color name="red_900">#B71C1C</color>-->
<color name="red_A100">#FF8A80</color> <!--<color name="red_A100">#FF8A80</color>-->
<color name="red_A200">#FF5252</color> <!--<color name="red_A200">#FF5252</color>-->
<color name="red_A400">#FF1744</color> <!--<color name="red_A400">#FF1744</color>-->
<color name="red_A700">#D50000</color> <!--<color name="red_A700">#D50000</color>-->
<color name="deep_purple_50">#EDE7F6</color> <!--<color name="deep_purple_50">#EDE7F6</color>-->
<color name="deep_purple_100">#D1C4E9</color> <!--<color name="deep_purple_100">#D1C4E9</color>-->
<color name="deep_purple_200">#B39DDB</color> <!--<color name="deep_purple_200">#B39DDB</color>-->
<color name="deep_purple_300">#9575CD</color> <!--<color name="deep_purple_300">#9575CD</color>-->
<color name="deep_purple_400">#7E57C2</color> <!--<color name="deep_purple_400">#7E57C2</color>-->
<color name="deep_purple_500">#673AB7</color> <!--<color name="deep_purple_500">#673AB7</color>-->
<color name="deep_purple_600">#5E35B1</color> <!--<color name="deep_purple_600">#5E35B1</color>-->
<color name="deep_purple_700">#512DA8</color> <!--<color name="deep_purple_700">#512DA8</color>-->
<color name="deep_purple_800">#4527A0</color> <!--<color name="deep_purple_800">#4527A0</color>-->
<color name="deep_purple_900">#311B92</color> <!--<color name="deep_purple_900">#311B92</color>-->
<color name="deep_purple_A100">#B388FF</color> <!--<color name="deep_purple_A100">#B388FF</color>-->
<color name="deep_purple_A200">#7C4DFF</color> <!--<color name="deep_purple_A200">#7C4DFF</color>-->
<color name="deep_purple_A400">#651FFF</color> <!--<color name="deep_purple_A400">#651FFF</color>-->
<color name="deep_purple_A700">#6200EA</color> <!--<color name="deep_purple_A700">#6200EA</color>-->
<color name="light_blue_50">#E1F5FE</color> <!--<color name="light_blue_50">#E1F5FE</color>-->
<color name="light_blue_100">#B3E5FC</color> <!--<color name="light_blue_100">#B3E5FC</color>-->
<color name="light_blue_200">#81D4FA</color> <!--<color name="light_blue_200">#81D4FA</color>-->
<color name="light_blue_300">#4FC3F7</color> <!--<color name="light_blue_300">#4FC3F7</color>-->
<color name="light_blue_400">#29B6F6</color> <!--<color name="light_blue_400">#29B6F6</color>-->
<color name="light_blue_500">#03A9F4</color> <!--<color name="light_blue_500">#03A9F4</color>-->
<color name="light_blue_600">#039BE5</color> <!--<color name="light_blue_600">#039BE5</color>-->
<color name="light_blue_700">#0288D1</color> <!--<color name="light_blue_700">#0288D1</color>-->
<color name="light_blue_800">#0277BD</color> <!--<color name="light_blue_800">#0277BD</color>-->
<color name="light_blue_900">#01579B</color> <!--<color name="light_blue_900">#01579B</color>-->
<color name="light_blue_A100">#80D8FF</color> <!--<color name="light_blue_A100">#80D8FF</color>-->
<color name="light_blue_A200">#40C4FF</color> <!--<color name="light_blue_A200">#40C4FF</color>-->
<color name="light_blue_A400">#00B0FF</color> <!--<color name="light_blue_A400">#00B0FF</color>-->
<color name="light_blue_A700">#0091EA</color> <!--<color name="light_blue_A700">#0091EA</color>-->
<color name="green_50">#E8F5E9</color> <!--<color name="green_50">#E8F5E9</color>-->
<color name="green_100">#C8E6C9</color> <!--<color name="green_100">#C8E6C9</color>-->
<color name="green_200">#A5D6A7</color> <!--<color name="green_200">#A5D6A7</color>-->
<color name="green_300">#81C784</color> <!--<color name="green_300">#81C784</color>-->
<color name="green_400">#66BB6A</color> <!--<color name="green_400">#66BB6A</color>-->
<color name="green_500">#4CAF50</color> <!--<color name="green_500">#4CAF50</color>-->
<color name="green_600">#43A047</color> <!--<color name="green_600">#43A047</color>-->
<color name="green_700">#388E3C</color> <!--<color name="green_700">#388E3C</color>-->
<color name="green_800">#2E7D32</color> <!--<color name="green_800">#2E7D32</color>-->
<color name="green_900">#1B5E20</color> <!--<color name="green_900">#1B5E20</color>-->
<color name="green_A100">#B9F6CA</color> <!--<color name="green_A100">#B9F6CA</color>-->
<color name="green_A200">#69F0AE</color> <!--<color name="green_A200">#69F0AE</color>-->
<color name="green_A400">#00E676</color> <!--<color name="green_A400">#00E676</color>-->
<color name="green_A700">#00C853</color> <!--<color name="green_A700">#00C853</color>-->
<color name="yellow_50">#FFFDE7</color> <!--<color name="yellow_50">#FFFDE7</color>-->
<color name="yellow_100">#FFF9C4</color> <!--<color name="yellow_100">#FFF9C4</color>-->
<color name="yellow_200">#FFF59D</color> <!--<color name="yellow_200">#FFF59D</color>-->
<color name="yellow_300">#FFF176</color> <!--<color name="yellow_300">#FFF176</color>-->
<color name="yellow_400">#FFEE58</color> <!--<color name="yellow_400">#FFEE58</color>-->
<color name="yellow_500">#FFEB3B</color> <!--<color name="yellow_500">#FFEB3B</color>-->
<color name="yellow_600">#FDD835</color> <!--<color name="yellow_600">#FDD835</color>-->
<color name="yellow_700">#FBC02D</color> <!--<color name="yellow_700">#FBC02D</color>-->
<color name="yellow_800">#F9A825</color> <!--<color name="yellow_800">#F9A825</color>-->
<color name="yellow_900">#F57F17</color> <!--<color name="yellow_900">#F57F17</color>-->
<color name="yellow_A100">#FFFF8D</color> <!--<color name="yellow_A100">#FFFF8D</color>-->
<color name="yellow_A200">#FFFF00</color> <!--<color name="yellow_A200">#FFFF00</color>-->
<color name="yellow_A400">#FFEA00</color> <!--<color name="yellow_A400">#FFEA00</color>-->
<color name="yellow_A700">#FFD600</color> <!--<color name="yellow_A700">#FFD600</color>-->
<color name="deep_orange_50">#FBE9E7</color> <!--<color name="deep_orange_50">#FBE9E7</color>-->
<color name="deep_orange_100">#FFCCBC</color> <!--<color name="deep_orange_100">#FFCCBC</color>-->
<color name="deep_orange_200">#FFAB91</color> <!--<color name="deep_orange_200">#FFAB91</color>-->
<color name="deep_orange_300">#FF8A65</color> <!--<color name="deep_orange_300">#FF8A65</color>-->
<color name="deep_orange_400">#FF7043</color> <!--<color name="deep_orange_400">#FF7043</color>-->
<color name="deep_orange_500">#FF5722</color> <!--<color name="deep_orange_500">#FF5722</color>-->
<color name="deep_orange_600">#F4511E</color> <!--<color name="deep_orange_600">#F4511E</color>-->
<color name="deep_orange_700">#E64A19</color> <!--<color name="deep_orange_700">#E64A19</color>-->
<color name="deep_orange_800">#D84315</color> <!--<color name="deep_orange_800">#D84315</color>-->
<color name="deep_orange_900">#BF360C</color> <!--<color name="deep_orange_900">#BF360C</color>-->
<color name="deep_orange_A100">#FF9E80</color> <!--<color name="deep_orange_A100">#FF9E80</color>-->
<color name="deep_orange_A200">#FF6E40</color> <!--<color name="deep_orange_A200">#FF6E40</color>-->
<color name="deep_orange_A400">#FF3D00</color> <!--<color name="deep_orange_A400">#FF3D00</color>-->
<color name="deep_orange_A700">#DD2C00</color> <!--<color name="deep_orange_A700">#DD2C00</color>-->
<color name="blue_grey_50">#ECEFF1</color> <!--<color name="blue_grey_50">#ECEFF1</color>-->
<color name="blue_grey_100">#CFD8DC</color> <!--<color name="blue_grey_100">#CFD8DC</color>-->
<color name="blue_grey_200">#B0BEC5</color> <!--<color name="blue_grey_200">#B0BEC5</color>-->
<color name="blue_grey_300">#90A4AE</color> <!--<color name="blue_grey_300">#90A4AE</color>-->
<color name="blue_grey_400">#78909C</color> <!--<color name="blue_grey_400">#78909C</color>-->
<color name="blue_grey_500">#607D8B</color> <!--<color name="blue_grey_500">#607D8B</color>-->
<color name="blue_grey_600">#546E7A</color> <!--<color name="blue_grey_600">#546E7A</color>-->
<color name="blue_grey_700">#455A64</color> <!--<color name="blue_grey_700">#455A64</color>-->
<color name="blue_grey_800">#37474F</color> <!--<color name="blue_grey_800">#37474F</color>-->
<color name="blue_grey_900">#263238</color> <!--<color name="blue_grey_900">#263238</color>-->
<color name="pink_50">#FCE4EC</color> <!--<color name="pink_50">#FCE4EC</color>-->
<color name="pink_100">#F8BBD0</color> <!--<color name="pink_100">#F8BBD0</color>-->
<color name="pink_200">#F48FB1</color> <!--<color name="pink_200">#F48FB1</color>-->
<color name="pink_300">#F06292</color> <!--<color name="pink_300">#F06292</color>-->
<color name="pink_400">#EC407A</color> <!--<color name="pink_400">#EC407A</color>-->
<color name="pink_500">#E91E63</color> <!--<color name="pink_500">#E91E63</color>-->
<color name="pink_600">#D81B60</color> <!--<color name="pink_600">#D81B60</color>-->
<color name="pink_700">#C2185B</color> <!--<color name="pink_700">#C2185B</color>-->
<color name="pink_800">#AD1457</color> <!--<color name="pink_800">#AD1457</color>-->
<color name="pink_900">#880E4F</color> <!--<color name="pink_900">#880E4F</color>-->
<color name="pink_A100">#FF80AB</color> <!--<color name="pink_A100">#FF80AB</color>-->
<color name="pink_A200">#FF4081</color> <!--<color name="pink_A200">#FF4081</color>-->
<color name="pink_A400">#F50057</color> <!--<color name="pink_A400">#F50057</color>-->
<color name="pink_A700">#C51162</color> <!--<color name="pink_A700">#C51162</color>-->
<color name="indigo_50">#E8EAF6</color> <!--<color name="indigo_50">#E8EAF6</color>-->
<color name="indigo_100">#C5CAE9</color> <!--<color name="indigo_100">#C5CAE9</color>-->
<color name="indigo_200">#9FA8DA</color> <!--<color name="indigo_200">#9FA8DA</color>-->
<color name="indigo_300">#7986CB</color> <!--<color name="indigo_300">#7986CB</color>-->
<color name="indigo_400">#5C6BC0</color> <!--<color name="indigo_400">#5C6BC0</color>-->
<color name="indigo_500">#3F51B5</color> <color name="indigo_500">#3F51B5</color>
<color name="indigo_600">#3949AB</color> <!--<color name="indigo_600">#3949AB</color>-->
<color name="indigo_700">#303F9F</color> <!--<color name="indigo_700">#303F9F</color>-->
<color name="indigo_800">#283593</color> <!--<color name="indigo_800">#283593</color>-->
<color name="indigo_900">#1A237E</color> <!--<color name="indigo_900">#1A237E</color>-->
<color name="indigo_A100">#8C9EFF</color> <!--<color name="indigo_A100">#8C9EFF</color>-->
<color name="indigo_A200">#536DFE</color> <!--<color name="indigo_A200">#536DFE</color>-->
<color name="indigo_A400">#3D5AFE</color> <!--<color name="indigo_A400">#3D5AFE</color>-->
<color name="indigo_A700">#304FFE</color> <!--<color name="indigo_A700">#304FFE</color>-->
<color name="cyan_50">#E0F7FA</color> <!--<color name="cyan_50">#E0F7FA</color>-->
<color name="cyan_100">#B2EBF2</color> <!--<color name="cyan_100">#B2EBF2</color>-->
<color name="cyan_200">#80DEEA</color> <!--<color name="cyan_200">#80DEEA</color>-->
<color name="cyan_300">#4DD0E1</color> <!--<color name="cyan_300">#4DD0E1</color>-->
<color name="cyan_400">#26C6DA</color> <!--<color name="cyan_400">#26C6DA</color>-->
<color name="cyan_500">#00BCD4</color> <!--<color name="cyan_500">#00BCD4</color>-->
<color name="cyan_600">#00ACC1</color> <!--<color name="cyan_600">#00ACC1</color>-->
<color name="cyan_700">#0097A7</color> <!--<color name="cyan_700">#0097A7</color>-->
<color name="cyan_800">#00838F</color> <!--<color name="cyan_800">#00838F</color>-->
<color name="cyan_900">#006064</color> <!--<color name="cyan_900">#006064</color>-->
<color name="cyan_A100">#84FFFF</color> <!--<color name="cyan_A100">#84FFFF</color>-->
<color name="cyan_A200">#18FFFF</color> <!--<color name="cyan_A200">#18FFFF</color>-->
<color name="cyan_A400">#00E5FF</color> <!--<color name="cyan_A400">#00E5FF</color>-->
<color name="cyan_A700">#00B8D4</color> <!--<color name="cyan_A700">#00B8D4</color>-->
<color name="light_green_50">#F1F8E9</color> <!--<color name="light_green_50">#F1F8E9</color>-->
<color name="light_green_100">#DCEDC8</color> <!--<color name="light_green_100">#DCEDC8</color>-->
<color name="light_green_200">#C5E1A5</color> <!--<color name="light_green_200">#C5E1A5</color>-->
<color name="light_green_300">#AED581</color> <!--<color name="light_green_300">#AED581</color>-->
<color name="light_green_400">#9CCC65</color> <!--<color name="light_green_400">#9CCC65</color>-->
<color name="light_green_500">#8BC34A</color> <!--<color name="light_green_500">#8BC34A</color>-->
<color name="light_green_600">#7CB342</color> <!--<color name="light_green_600">#7CB342</color>-->
<color name="light_green_700">#689F38</color> <!--<color name="light_green_700">#689F38</color>-->
<color name="light_green_800">#558B2F</color> <!--<color name="light_green_800">#558B2F</color>-->
<color name="light_green_900">#33691E</color> <!--<color name="light_green_900">#33691E</color>-->
<color name="light_green_A100">#CCFF90</color> <!--<color name="light_green_A100">#CCFF90</color>-->
<color name="light_green_A200">#B2FF59</color> <!--<color name="light_green_A200">#B2FF59</color>-->
<color name="light_green_A400">#76FF03</color> <!--<color name="light_green_A400">#76FF03</color>-->
<color name="light_green_A700">#64DD17</color> <!--<color name="light_green_A700">#64DD17</color>-->
<color name="amber_50">#FFF8E1</color> <!--<color name="amber_50">#FFF8E1</color>-->
<color name="amber_100">#FFECB3</color> <!--<color name="amber_100">#FFECB3</color>-->
<color name="amber_200">#FFE082</color> <!--<color name="amber_200">#FFE082</color>-->
<color name="amber_300">#FFD54F</color> <!--<color name="amber_300">#FFD54F</color>-->
<color name="amber_400">#FFCA28</color> <!--<color name="amber_400">#FFCA28</color>-->
<color name="amber_500">#FFC107</color> <!--<color name="amber_500">#FFC107</color>-->
<color name="amber_600">#FFB300</color> <!--<color name="amber_600">#FFB300</color>-->
<color name="amber_700">#FFA000</color> <!--<color name="amber_700">#FFA000</color>-->
<color name="amber_800">#FF8F00</color> <!--<color name="amber_800">#FF8F00</color>-->
<color name="amber_900">#FF6F00</color> <!--<color name="amber_900">#FF6F00</color>-->
<color name="amber_A100">#FFE57F</color> <!--<color name="amber_A100">#FFE57F</color>-->
<color name="amber_A200">#FFD740</color> <!--<color name="amber_A200">#FFD740</color>-->
<color name="amber_A400">#FFC400</color> <!--<color name="amber_A400">#FFC400</color>-->
<color name="amber_A700">#FFAB00</color> <!--<color name="amber_A700">#FFAB00</color>-->
<color name="brown_50">#EFEBE9</color> <!--<color name="brown_50">#EFEBE9</color>-->
<color name="brown_100">#D7CCC8</color> <!--<color name="brown_100">#D7CCC8</color>-->
<color name="brown_200">#BCAAA4</color> <!--<color name="brown_200">#BCAAA4</color>-->
<color name="brown_300">#A1887F</color> <!--<color name="brown_300">#A1887F</color>-->
<color name="brown_400">#8D6E63</color> <!--<color name="brown_400">#8D6E63</color>-->
<color name="brown_500">#795548</color> <!--<color name="brown_500">#795548</color>-->
<color name="brown_600">#6D4C41</color> <!--<color name="brown_600">#6D4C41</color>-->
<color name="brown_700">#5D4037</color> <!--<color name="brown_700">#5D4037</color>-->
<color name="brown_800">#4E342E</color> <!--<color name="brown_800">#4E342E</color>-->
<color name="brown_900">#3E2723</color> <!--<color name="brown_900">#3E2723</color>-->
<color name="purple_50">#F3E5F5</color> <!--<color name="purple_50">#F3E5F5</color>-->
<color name="purple_100">#E1BEE7</color> <!--<color name="purple_100">#E1BEE7</color>-->
<color name="purple_200">#CE93D8</color> <!--<color name="purple_200">#CE93D8</color>-->
<color name="purple_300">#BA68C8</color> <!--<color name="purple_300">#BA68C8</color>-->
<color name="purple_400">#AB47BC</color> <!--<color name="purple_400">#AB47BC</color>-->
<color name="purple_500">#9C27B0</color> <!--<color name="purple_500">#9C27B0</color>-->
<color name="purple_600">#8E24AA</color> <!--<color name="purple_600">#8E24AA</color>-->
<color name="purple_700">#7B1FA2</color> <!--<color name="purple_700">#7B1FA2</color>-->
<color name="purple_800">#6A1B9A</color> <!--<color name="purple_800">#6A1B9A</color>-->
<color name="purple_900">#4A148C</color> <!--<color name="purple_900">#4A148C</color>-->
<color name="purple_A100">#EA80FC</color> <!--<color name="purple_A100">#EA80FC</color>-->
<color name="purple_A200">#E040FB</color> <!--<color name="purple_A200">#E040FB</color>-->
<color name="purple_A400">#D500F9</color> <!--<color name="purple_A400">#D500F9</color>-->
<color name="purple_A700">#AA00FF</color> <!--<color name="purple_A700">#AA00FF</color>-->
<color name="blue_50">#E3F2FD</color> <!--<color name="blue_50">#E3F2FD</color>-->
<color name="blue_100">#BBDEFB</color> <!--<color name="blue_100">#BBDEFB</color>-->
<color name="blue_200">#90CAF9</color> <!--<color name="blue_200">#90CAF9</color>-->
<color name="blue_300">#64B5F6</color> <!--<color name="blue_300">#64B5F6</color>-->
<color name="blue_400">#42A5F5</color> <!--<color name="blue_400">#42A5F5</color>-->
<color name="blue_500">#2196F3</color> <!--<color name="blue_500">#2196F3</color>-->
<color name="blue_600">#1E88E5</color> <!--<color name="blue_600">#1E88E5</color>-->
<color name="blue_700">#1976D2</color> <!--<color name="blue_700">#1976D2</color>-->
<color name="blue_800">#1565C0</color> <!--<color name="blue_800">#1565C0</color>-->
<color name="blue_900">#0D47A1</color> <!--<color name="blue_900">#0D47A1</color>-->
<color name="blue_A100">#82B1FF</color> <!--<color name="blue_A100">#82B1FF</color>-->
<color name="blue_A200">#448AFF</color> <!--<color name="blue_A200">#448AFF</color>-->
<color name="blue_A400">#2979FF</color> <!--<color name="blue_A400">#2979FF</color>-->
<color name="blue_A700">#2962FF</color> <!--<color name="blue_A700">#2962FF</color>-->
<color name="teal_50">#E0F2F1</color> <!--<color name="teal_50">#E0F2F1</color>-->
<color name="teal_100">#B2DFDB</color> <!--<color name="teal_100">#B2DFDB</color>-->
<color name="teal_200">#80CBC4</color> <!--<color name="teal_200">#80CBC4</color>-->
<color name="teal_300">#4DB6AC</color> <!--<color name="teal_300">#4DB6AC</color>-->
<color name="teal_400">#26A69A</color> <!--<color name="teal_400">#26A69A</color>-->
<color name="teal_500">#009688</color> <!--<color name="teal_500">#009688</color>-->
<color name="teal_600">#00897B</color> <!--<color name="teal_600">#00897B</color>-->
<color name="teal_700">#00796B</color> <!--<color name="teal_700">#00796B</color>-->
<color name="teal_800">#00695C</color> <!--<color name="teal_800">#00695C</color>-->
<color name="teal_900">#004D40</color> <!--<color name="teal_900">#004D40</color>-->
<color name="teal_A100">#A7FFEB</color> <!--<color name="teal_A100">#A7FFEB</color>-->
<color name="teal_A200">#64FFDA</color> <!--<color name="teal_A200">#64FFDA</color>-->
<color name="teal_A400">#1DE9B6</color> <!--<color name="teal_A400">#1DE9B6</color>-->
<color name="teal_A700">#00BFA5</color> <!--<color name="teal_A700">#00BFA5</color>-->
<color name="lime_50">#F9FBE7</color> <!--<color name="lime_50">#F9FBE7</color>-->
<color name="lime_100">#F0F4C3</color> <!--<color name="lime_100">#F0F4C3</color>-->
<color name="lime_200">#E6EE9C</color> <!--<color name="lime_200">#E6EE9C</color>-->
<color name="lime_300">#DCE775</color> <!--<color name="lime_300">#DCE775</color>-->
<color name="lime_400">#D4E157</color> <!--<color name="lime_400">#D4E157</color>-->
<color name="lime_500">#CDDC39</color> <!--<color name="lime_500">#CDDC39</color>-->
<color name="lime_600">#C0CA33</color> <!--<color name="lime_600">#C0CA33</color>-->
<color name="lime_700">#AFB42B</color> <!--<color name="lime_700">#AFB42B</color>-->
<color name="lime_800">#9E9D24</color> <!--<color name="lime_800">#9E9D24</color>-->
<color name="lime_900">#827717</color> <!--<color name="lime_900">#827717</color>-->
<color name="lime_A100">#F4FF81</color> <!--<color name="lime_A100">#F4FF81</color>-->
<color name="lime_A200">#EEFF41</color> <!--<color name="lime_A200">#EEFF41</color>-->
<color name="lime_A400">#C6FF00</color> <!--<color name="lime_A400">#C6FF00</color>-->
<color name="lime_A700">#AEEA00</color> <!--<color name="lime_A700">#AEEA00</color>-->
<color name="orange_50">#FFF3E0</color> <!--<color name="orange_50">#FFF3E0</color>-->
<color name="orange_100">#FFE0B2</color> <!--<color name="orange_100">#FFE0B2</color>-->
<color name="orange_200">#FFCC80</color> <!--<color name="orange_200">#FFCC80</color>-->
<color name="orange_300">#FFB74D</color> <!--<color name="orange_300">#FFB74D</color>-->
<color name="orange_400">#FFA726</color> <!--<color name="orange_400">#FFA726</color>-->
<color name="orange_500">#FF9800</color> <!--<color name="orange_500">#FF9800</color>-->
<color name="orange_600">#FB8C00</color> <!--<color name="orange_600">#FB8C00</color>-->
<color name="orange_700">#F57C00</color> <!--<color name="orange_700">#F57C00</color>-->
<color name="orange_800">#EF6C00</color> <!--<color name="orange_800">#EF6C00</color>-->
<color name="orange_900">#E65100</color> <!--<color name="orange_900">#E65100</color>-->
<color name="orange_A100">#FFD180</color> <!--<color name="orange_A100">#FFD180</color>-->
<color name="orange_A200">#FFAB40</color> <!--<color name="orange_A200">#FFAB40</color>-->
<color name="orange_A400">#FF9100</color> <!--<color name="orange_A400">#FF9100</color>-->
<color name="orange_A700">#FF6D00</color> <!--<color name="orange_A700">#FF6D00</color>-->
<color name="grey_50">#FAFAFA</color> <!--<color name="grey_50">#FAFAFA</color>-->
<color name="grey_100">#F5F5F5</color> <color name="grey_100">#F5F5F5</color>
<color name="grey_200">#EEEEEE</color> <!--<color name="grey_200">#EEEEEE</color>-->
<color name="grey_300">#E0E0E0</color> <!--<color name="grey_300">#E0E0E0</color>-->
<color name="grey_400">#BDBDBD</color> <!--<color name="grey_400">#BDBDBD</color>-->
<color name="grey_500">#9E9E9E</color> <color name="grey_500">#9E9E9E</color>
<color name="grey_600">#757575</color> <!--<color name="grey_600">#757575</color>-->
<color name="grey_700">#616161</color> <!--<color name="grey_700">#616161</color>-->
<color name="grey_800">#424242</color> <!--<color name="grey_800">#424242</color>-->
<color name="grey_900">#212121</color> <!--<color name="grey_900">#212121</color>-->
</resources> </resources>

@ -1,6 +1,4 @@
<resources> <resources>
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>
<dimen name="small_square_size">20dp</dimen> <dimen name="small_square_size">20dp</dimen>
<dimen name="check_square_size">42dp</dimen> <dimen name="check_square_size">42dp</dimen>

@ -1,372 +1,373 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string translatable="false" name="fa_glass">&#xf000;</string>
<string translatable="false" name="fa_music">&#xf001;</string>
<string translatable="false" name="fa_search">&#xf002;</string>
<string translatable="false" name="fa_envelope_o">&#xf003;</string>
<string translatable="false" name="fa_heart">&#xf004;</string>
<string translatable="false" name="fa_star">&#xf005;</string> <string translatable="false" name="fa_star">&#xf005;</string>
<string translatable="false" name="fa_star_o">&#xf006;</string> <string translatable="false" name="fa_star_o">&#xf006;</string>
<string translatable="false" name="fa_user">&#xf007;</string> <!--<string translatable="false" name="fa_star_half">&#xf089;</string>-->
<string translatable="false" name="fa_film">&#xf008;</string> <string translatable="false" name="fa_star_half_o">&#xf123;</string>
<string translatable="false" name="fa_th_large">&#xf009;</string>
<string translatable="false" name="fa_th">&#xf00a;</string>
<string translatable="false" name="fa_th_list">&#xf00b;</string>
<string translatable="false" name="fa_check">&#xf00c;</string> <string translatable="false" name="fa_check">&#xf00c;</string>
<string translatable="false" name="fa_times">&#xf00d;</string> <string translatable="false" name="fa_times">&#xf00d;</string>
<string translatable="false" name="fa_search_plus">&#xf00e;</string>
<string translatable="false" name="fa_search_minus">&#xf010;</string>
<string translatable="false" name="fa_power_off">&#xf011;</string>
<string translatable="false" name="fa_signal">&#xf012;</string>
<string translatable="false" name="fa_cog">&#xf013;</string>
<string translatable="false" name="fa_trash_o">&#xf014;</string>
<string translatable="false" name="fa_home">&#xf015;</string>
<string translatable="false" name="fa_file_o">&#xf016;</string>
<string translatable="false" name="fa_clock_o">&#xf017;</string>
<string translatable="false" name="fa_road">&#xf018;</string>
<string translatable="false" name="fa_download">&#xf019;</string>
<string translatable="false" name="fa_arrow_circle_o_down">&#xf01a;</string>
<string translatable="false" name="fa_arrow_circle_o_up">&#xf01b;</string>
<string translatable="false" name="fa_inbox">&#xf01c;</string>
<string translatable="false" name="fa_play_circle_o">&#xf01d;</string>
<string translatable="false" name="fa_repeat">&#xf01e;</string>
<string translatable="false" name="fa_refresh">&#xf021;</string>
<string translatable="false" name="fa_list_alt">&#xf022;</string>
<string translatable="false" name="fa_lock">&#xf023;</string>
<string translatable="false" name="fa_flag">&#xf024;</string>
<string translatable="false" name="fa_headphones">&#xf025;</string>
<string translatable="false" name="fa_volume_off">&#xf026;</string>
<string translatable="false" name="fa_volume_down">&#xf027;</string>
<string translatable="false" name="fa_volume_up">&#xf028;</string>
<string translatable="false" name="fa_qrcode">&#xf029;</string>
<string translatable="false" name="fa_barcode">&#xf02a;</string>
<string translatable="false" name="fa_tag">&#xf02b;</string>
<string translatable="false" name="fa_tags">&#xf02c;</string>
<string translatable="false" name="fa_book">&#xf02d;</string>
<string translatable="false" name="fa_bookmark">&#xf02e;</string>
<string translatable="false" name="fa_print">&#xf02f;</string>
<string translatable="false" name="fa_camera">&#xf030;</string>
<string translatable="false" name="fa_font">&#xf031;</string>
<string translatable="false" name="fa_bold">&#xf032;</string>
<string translatable="false" name="fa_italic">&#xf033;</string>
<string translatable="false" name="fa_text_height">&#xf034;</string>
<string translatable="false" name="fa_text_width">&#xf035;</string>
<string translatable="false" name="fa_align_left">&#xf036;</string>
<string translatable="false" name="fa_align_center">&#xf037;</string>
<string translatable="false" name="fa_align_right">&#xf038;</string>
<string translatable="false" name="fa_align_justify">&#xf039;</string>
<string translatable="false" name="fa_list">&#xf03a;</string>
<string translatable="false" name="fa_outdent">&#xf03b;</string>
<string translatable="false" name="fa_indent">&#xf03c;</string>
<string translatable="false" name="fa_video_camera">&#xf03d;</string>
<string translatable="false" name="fa_picture_o">&#xf03e;</string>
<string translatable="false" name="fa_pencil">&#xf040;</string>
<string translatable="false" name="fa_map_marker">&#xf041;</string>
<string translatable="false" name="fa_adjust">&#xf042;</string>
<string translatable="false" name="fa_tint">&#xf043;</string>
<string translatable="false" name="fa_pencil_square_o">&#xf044;</string>
<string translatable="false" name="fa_share_square_o">&#xf045;</string>
<string translatable="false" name="fa_check_square_o">&#xf046;</string>
<string translatable="false" name="fa_arrows">&#xf047;</string>
<string translatable="false" name="fa_step_backward">&#xf048;</string>
<string translatable="false" name="fa_fast_backward">&#xf049;</string>
<string translatable="false" name="fa_backward">&#xf04a;</string>
<string translatable="false" name="fa_play">&#xf04b;</string>
<string translatable="false" name="fa_pause">&#xf04c;</string>
<string translatable="false" name="fa_stop">&#xf04d;</string>
<string translatable="false" name="fa_forward">&#xf04e;</string>
<string translatable="false" name="fa_fast_forward">&#xf050;</string>
<string translatable="false" name="fa_step_forward">&#xf051;</string>
<string translatable="false" name="fa_eject">&#xf052;</string>
<string translatable="false" name="fa_chevron_left">&#xf053;</string>
<string translatable="false" name="fa_chevron_right">&#xf054;</string>
<string translatable="false" name="fa_plus_circle">&#xf055;</string>
<string translatable="false" name="fa_minus_circle">&#xf056;</string>
<string translatable="false" name="fa_times_circle">&#xf057;</string>
<string translatable="false" name="fa_check_circle">&#xf058;</string>
<string translatable="false" name="fa_question_circle">&#xf059;</string>
<string translatable="false" name="fa_info_circle">&#xf05a;</string>
<string translatable="false" name="fa_crosshairs">&#xf05b;</string>
<string translatable="false" name="fa_times_circle_o">&#xf05c;</string>
<string translatable="false" name="fa_check_circle_o">&#xf05d;</string>
<string translatable="false" name="fa_ban">&#xf05e;</string>
<string translatable="false" name="fa_arrow_left">&#xf060;</string>
<string translatable="false" name="fa_arrow_right">&#xf061;</string>
<string translatable="false" name="fa_arrow_up">&#xf062;</string>
<string translatable="false" name="fa_arrow_down">&#xf063;</string>
<string translatable="false" name="fa_share">&#xf064;</string>
<string translatable="false" name="fa_expand">&#xf065;</string>
<string translatable="false" name="fa_compress">&#xf066;</string>
<string translatable="false" name="fa_plus">&#xf067;</string>
<string translatable="false" name="fa_minus">&#xf068;</string>
<string translatable="false" name="fa_asterisk">&#xf069;</string>
<string translatable="false" name="fa_exclamation_circle">&#xf06a;</string>
<string translatable="false" name="fa_gift">&#xf06b;</string>
<string translatable="false" name="fa_leaf">&#xf06c;</string>
<string translatable="false" name="fa_fire">&#xf06d;</string>
<string translatable="false" name="fa_eye">&#xf06e;</string>
<string translatable="false" name="fa_eye_slash">&#xf070;</string>
<string translatable="false" name="fa_exclamation_triangle">&#xf071;</string>
<string translatable="false" name="fa_plane">&#xf072;</string>
<string translatable="false" name="fa_calendar">&#xf073;</string>
<string translatable="false" name="fa_random">&#xf074;</string>
<string translatable="false" name="fa_comment">&#xf075;</string>
<string translatable="false" name="fa_magnet">&#xf076;</string>
<string translatable="false" name="fa_chevron_up">&#xf077;</string>
<string translatable="false" name="fa_chevron_down">&#xf078;</string>
<string translatable="false" name="fa_retweet">&#xf079;</string>
<string translatable="false" name="fa_shopping_cart">&#xf07a;</string>
<string translatable="false" name="fa_folder">&#xf07b;</string>
<string translatable="false" name="fa_folder_open">&#xf07c;</string>
<string translatable="false" name="fa_arrows_v">&#xf07d;</string>
<string translatable="false" name="fa_arrows_h">&#xf07e;</string>
<string translatable="false" name="fa_bar_chart_o">&#xf080;</string>
<string translatable="false" name="fa_twitter_square">&#xf081;</string>
<string translatable="false" name="fa_facebook_square">&#xf082;</string>
<string translatable="false" name="fa_camera_retro">&#xf083;</string>
<string translatable="false" name="fa_key">&#xf084;</string>
<string translatable="false" name="fa_cogs">&#xf085;</string>
<string translatable="false" name="fa_comments">&#xf086;</string>
<string translatable="false" name="fa_thumbs_o_up">&#xf087;</string>
<string translatable="false" name="fa_thumbs_o_down">&#xf088;</string>
<string translatable="false" name="fa_star_half">&#xf089;</string>
<string translatable="false" name="fa_heart_o">&#xf08a;</string>
<string translatable="false" name="fa_sign_out">&#xf08b;</string>
<string translatable="false" name="fa_linkedin_square">&#xf08c;</string>
<string translatable="false" name="fa_thumb_tack">&#xf08d;</string>
<string translatable="false" name="fa_external_link">&#xf08e;</string>
<string translatable="false" name="fa_sign_in">&#xf090;</string>
<string translatable="false" name="fa_trophy">&#xf091;</string>
<string translatable="false" name="fa_github_square">&#xf092;</string>
<string translatable="false" name="fa_upload">&#xf093;</string>
<string translatable="false" name="fa_lemon_o">&#xf094;</string>
<string translatable="false" name="fa_phone">&#xf095;</string>
<string translatable="false" name="fa_square_o">&#xf096;</string>
<string translatable="false" name="fa_bookmark_o">&#xf097;</string>
<string translatable="false" name="fa_phone_square">&#xf098;</string>
<string translatable="false" name="fa_twitter">&#xf099;</string>
<string translatable="false" name="fa_facebook">&#xf09a;</string>
<string translatable="false" name="fa_github">&#xf09b;</string>
<string translatable="false" name="fa_unlock">&#xf09c;</string>
<string translatable="false" name="fa_credit_card">&#xf09d;</string>
<string translatable="false" name="fa_rss">&#xf09e;</string>
<string translatable="false" name="fa_hdd_o">&#xf0a0;</string>
<string translatable="false" name="fa_bullhorn">&#xf0a1;</string>
<string translatable="false" name="fa_bell">&#xf0f3;</string>
<string translatable="false" name="fa_certificate">&#xf0a3;</string>
<string translatable="false" name="fa_hand_o_right">&#xf0a4;</string>
<string translatable="false" name="fa_hand_o_left">&#xf0a5;</string>
<string translatable="false" name="fa_hand_o_up">&#xf0a6;</string>
<string translatable="false" name="fa_hand_o_down">&#xf0a7;</string>
<string translatable="false" name="fa_arrow_circle_left">&#xf0a8;</string>
<string translatable="false" name="fa_arrow_circle_right">&#xf0a9;</string>
<string translatable="false" name="fa_arrow_circle_up">&#xf0aa;</string>
<string translatable="false" name="fa_arrow_circle_down">&#xf0ab;</string>
<string translatable="false" name="fa_globe">&#xf0ac;</string>
<string translatable="false" name="fa_wrench">&#xf0ad;</string>
<string translatable="false" name="fa_tasks">&#xf0ae;</string>
<string translatable="false" name="fa_filter">&#xf0b0;</string>
<string translatable="false" name="fa_briefcase">&#xf0b1;</string>
<string translatable="false" name="fa_arrows_alt">&#xf0b2;</string>
<string translatable="false" name="fa_users">&#xf0c0;</string>
<string translatable="false" name="fa_link">&#xf0c1;</string>
<string translatable="false" name="fa_cloud">&#xf0c2;</string>
<string translatable="false" name="fa_flask">&#xf0c3;</string>
<string translatable="false" name="fa_scissors">&#xf0c4;</string>
<string translatable="false" name="fa_files_o">&#xf0c5;</string>
<string translatable="false" name="fa_paperclip">&#xf0c6;</string>
<string translatable="false" name="fa_floppy_o">&#xf0c7;</string>
<string translatable="false" name="fa_square">&#xf0c8;</string>
<string translatable="false" name="fa_bars">&#xf0c9;</string>
<string translatable="false" name="fa_list_ul">&#xf0ca;</string>
<string translatable="false" name="fa_list_ol">&#xf0cb;</string>
<string translatable="false" name="fa_strikethrough">&#xf0cc;</string>
<string translatable="false" name="fa_underline">&#xf0cd;</string>
<string translatable="false" name="fa_table">&#xf0ce;</string>
<string translatable="false" name="fa_magic">&#xf0d0;</string>
<string translatable="false" name="fa_truck">&#xf0d1;</string>
<string translatable="false" name="fa_pinterest">&#xf0d2;</string>
<string translatable="false" name="fa_pinterest_square">&#xf0d3;</string>
<string translatable="false" name="fa_google_plus_square">&#xf0d4;</string>
<string translatable="false" name="fa_google_plus">&#xf0d5;</string>
<string translatable="false" name="fa_money">&#xf0d6;</string>
<string translatable="false" name="fa_caret_down">&#xf0d7;</string>
<string translatable="false" name="fa_caret_up">&#xf0d8;</string>
<string translatable="false" name="fa_caret_left">&#xf0d9;</string>
<string translatable="false" name="fa_caret_right">&#xf0da;</string>
<string translatable="false" name="fa_columns">&#xf0db;</string>
<string translatable="false" name="fa_sort">&#xf0dc;</string>
<string translatable="false" name="fa_sort_asc">&#xf0dd;</string>
<string translatable="false" name="fa_sort_desc">&#xf0de;</string>
<string translatable="false" name="fa_envelope">&#xf0e0;</string>
<string translatable="false" name="fa_linkedin">&#xf0e1;</string>
<string translatable="false" name="fa_undo">&#xf0e2;</string>
<string translatable="false" name="fa_gavel">&#xf0e3;</string>
<string translatable="false" name="fa_tachometer">&#xf0e4;</string>
<string translatable="false" name="fa_comment_o">&#xf0e5;</string>
<string translatable="false" name="fa_comments_o">&#xf0e6;</string>
<string translatable="false" name="fa_bolt">&#xf0e7;</string>
<string translatable="false" name="fa_sitemap">&#xf0e8;</string>
<string translatable="false" name="fa_umbrella">&#xf0e9;</string>
<string translatable="false" name="fa_clipboard">&#xf0ea;</string>
<string translatable="false" name="fa_lightbulb_o">&#xf0eb;</string>
<string translatable="false" name="fa_exchange">&#xf0ec;</string>
<string translatable="false" name="fa_cloud_download">&#xf0ed;</string>
<string translatable="false" name="fa_cloud_upload">&#xf0ee;</string>
<string translatable="false" name="fa_user_md">&#xf0f0;</string>
<string translatable="false" name="fa_stethoscope">&#xf0f1;</string>
<string translatable="false" name="fa_suitcase">&#xf0f2;</string>
<string translatable="false" name="fa_bell_o">&#xf0a2;</string>
<string translatable="false" name="fa_coffee">&#xf0f4;</string>
<string translatable="false" name="fa_cutlery">&#xf0f5;</string>
<string translatable="false" name="fa_file_text_o">&#xf0f6;</string>
<string translatable="false" name="fa_building_o">&#xf0f7;</string>
<string translatable="false" name="fa_hospital_o">&#xf0f8;</string>
<string translatable="false" name="fa_ambulance">&#xf0f9;</string>
<string translatable="false" name="fa_medkit">&#xf0fa;</string>
<string translatable="false" name="fa_fighter_jet">&#xf0fb;</string>
<string translatable="false" name="fa_beer">&#xf0fc;</string>
<string translatable="false" name="fa_h_square">&#xf0fd;</string>
<string translatable="false" name="fa_plus_square">&#xf0fe;</string>
<string translatable="false" name="fa_angle_double_left">&#xf100;</string>
<string translatable="false" name="fa_angle_double_right">&#xf101;</string>
<string translatable="false" name="fa_angle_double_up">&#xf102;</string>
<string translatable="false" name="fa_angle_double_down">&#xf103;</string>
<string translatable="false" name="fa_angle_left">&#xf104;</string>
<string translatable="false" name="fa_angle_right">&#xf105;</string>
<string translatable="false" name="fa_angle_up">&#xf106;</string>
<string translatable="false" name="fa_angle_down">&#xf107;</string>
<string translatable="false" name="fa_desktop">&#xf108;</string>
<string translatable="false" name="fa_laptop">&#xf109;</string>
<string translatable="false" name="fa_tablet">&#xf10a;</string>
<string translatable="false" name="fa_mobile">&#xf10b;</string>
<string translatable="false" name="fa_circle_o">&#xf10c;</string>
<string translatable="false" name="fa_quote_left">&#xf10d;</string>
<string translatable="false" name="fa_quote_right">&#xf10e;</string>
<string translatable="false" name="fa_spinner">&#xf110;</string>
<string translatable="false" name="fa_circle">&#xf111;</string>
<string translatable="false" name="fa_reply">&#xf112;</string>
<string translatable="false" name="fa_github_alt">&#xf113;</string>
<string translatable="false" name="fa_folder_o">&#xf114;</string>
<string translatable="false" name="fa_folder_open_o">&#xf115;</string>
<string translatable="false" name="fa_smile_o">&#xf118;</string>
<string translatable="false" name="fa_frown_o">&#xf119;</string>
<string translatable="false" name="fa_meh_o">&#xf11a;</string>
<string translatable="false" name="fa_gamepad">&#xf11b;</string>
<string translatable="false" name="fa_keyboard_o">&#xf11c;</string>
<string translatable="false" name="fa_flag_o">&#xf11d;</string>
<string translatable="false" name="fa_flag_checkered">&#xf11e;</string>
<string translatable="false" name="fa_terminal">&#xf120;</string>
<string translatable="false" name="fa_code">&#xf121;</string>
<string translatable="false" name="fa_reply_all">&#xf122;</string>
<string translatable="false" name="fa_mail_reply_all">&#xf122;</string>
<string translatable="false" name="fa_star_half_o">&#xf123;</string>
<string translatable="false" name="fa_location_arrow">&#xf124;</string>
<string translatable="false" name="fa_crop">&#xf125;</string>
<string translatable="false" name="fa_code_fork">&#xf126;</string>
<string translatable="false" name="fa_chain_broken">&#xf127;</string>
<string translatable="false" name="fa_question">&#xf128;</string>
<string translatable="false" name="fa_info">&#xf129;</string>
<string translatable="false" name="fa_exclamation">&#xf12a;</string>
<string translatable="false" name="fa_superscript">&#xf12b;</string>
<string translatable="false" name="fa_subscript">&#xf12c;</string>
<string translatable="false" name="fa_eraser">&#xf12d;</string>
<string translatable="false" name="fa_puzzle_piece">&#xf12e;</string>
<string translatable="false" name="fa_microphone">&#xf130;</string>
<string translatable="false" name="fa_microphone_slash">&#xf131;</string>
<string translatable="false" name="fa_shield">&#xf132;</string>
<string translatable="false" name="fa_calendar_o">&#xf133;</string>
<string translatable="false" name="fa_fire_extinguisher">&#xf134;</string>
<string translatable="false" name="fa_rocket">&#xf135;</string>
<string translatable="false" name="fa_maxcdn">&#xf136;</string>
<string translatable="false" name="fa_chevron_circle_left">&#xf137;</string>
<string translatable="false" name="fa_chevron_circle_right">&#xf138;</string>
<string translatable="false" name="fa_chevron_circle_up">&#xf139;</string>
<string translatable="false" name="fa_chevron_circle_down">&#xf13a;</string>
<string translatable="false" name="fa_html5">&#xf13b;</string>
<string translatable="false" name="fa_css3">&#xf13c;</string>
<string translatable="false" name="fa_anchor">&#xf13d;</string>
<string translatable="false" name="fa_unlock_alt">&#xf13e;</string>
<string translatable="false" name="fa_bullseye">&#xf140;</string>
<string translatable="false" name="fa_ellipsis_h">&#xf141;</string>
<string translatable="false" name="fa_ellipsis_v">&#xf142;</string>
<string translatable="false" name="fa_rss_square">&#xf143;</string>
<string translatable="false" name="fa_play_circle">&#xf144;</string>
<string translatable="false" name="fa_ticket">&#xf145;</string>
<string translatable="false" name="fa_minus_square">&#xf146;</string>
<string translatable="false" name="fa_minus_square_o">&#xf147;</string>
<string translatable="false" name="fa_level_up">&#xf148;</string>
<string translatable="false" name="fa_level_down">&#xf149;</string>
<string translatable="false" name="fa_check_square">&#xf14a;</string>
<string translatable="false" name="fa_pencil_square">&#xf14b;</string>
<string translatable="false" name="fa_external_link_square">&#xf14c;</string>
<string translatable="false" name="fa_share_square">&#xf14d;</string>
<string translatable="false" name="fa_compass">&#xf14e;</string>
<string translatable="false" name="fa_caret_square_o_down">&#xf150;</string>
<string translatable="false" name="fa_caret_square_o_up">&#xf151;</string>
<string translatable="false" name="fa_caret_square_o_right">&#xf152;</string>
<string translatable="false" name="fa_eur">&#xf153;</string>
<string translatable="false" name="fa_gbp">&#xf154;</string>
<string translatable="false" name="fa_usd">&#xf155;</string>
<string translatable="false" name="fa_inr">&#xf156;</string>
<string translatable="false" name="fa_jpy">&#xf157;</string>
<string translatable="false" name="fa_rub">&#xf158;</string>
<string translatable="false" name="fa_krw">&#xf159;</string>
<string translatable="false" name="fa_btc">&#xf15a;</string>
<string translatable="false" name="fa_file">&#xf15b;</string>
<string translatable="false" name="fa_file_text">&#xf15c;</string>
<string translatable="false" name="fa_sort_alpha_asc">&#xf15d;</string>
<string translatable="false" name="fa_sort_alpha_desc">&#xf15e;</string>
<string translatable="false" name="fa_sort_amount_asc">&#xf160;</string>
<string translatable="false" name="fa_sort_amount_desc">&#xf161;</string>
<string translatable="false" name="fa_sort_numeric_asc">&#xf162;</string>
<string translatable="false" name="fa_sort_numeric_desc">&#xf163;</string>
<string translatable="false" name="fa_thumbs_up">&#xf164;</string>
<string translatable="false" name="fa_thumbs_down">&#xf165;</string>
<string translatable="false" name="fa_youtube_square">&#xf166;</string>
<string translatable="false" name="fa_youtube">&#xf167;</string>
<string translatable="false" name="fa_xing">&#xf168;</string>
<string translatable="false" name="fa_xing_square">&#xf169;</string>
<string translatable="false" name="fa_youtube_play">&#xf16a;</string>
<string translatable="false" name="fa_dropbox">&#xf16b;</string>
<string translatable="false" name="fa_stack_overflow">&#xf16c;</string>
<string translatable="false" name="fa_instagram">&#xf16d;</string>
<string translatable="false" name="fa_flickr">&#xf16e;</string>
<string translatable="false" name="fa_adn">&#xf170;</string>
<string translatable="false" name="fa_bitbucket">&#xf171;</string>
<string translatable="false" name="fa_bitbucket_square">&#xf172;</string>
<string translatable="false" name="fa_tumblr">&#xf173;</string>
<string translatable="false" name="fa_tumblr_square">&#xf174;</string>
<string translatable="false" name="fa_long_arrow_down">&#xf175;</string>
<string translatable="false" name="fa_long_arrow_up">&#xf176;</string>
<string translatable="false" name="fa_long_arrow_left">&#xf177;</string>
<string translatable="false" name="fa_long_arrow_right">&#xf178;</string>
<string translatable="false" name="fa_apple">&#xf179;</string>
<string translatable="false" name="fa_windows">&#xf17a;</string>
<string translatable="false" name="fa_android">&#xf17b;</string>
<string translatable="false" name="fa_linux">&#xf17c;</string>
<string translatable="false" name="fa_dribbble">&#xf17d;</string>
<string translatable="false" name="fa_skype">&#xf17e;</string>
<string translatable="false" name="fa_foursquare">&#xf180;</string>
<string translatable="false" name="fa_trello">&#xf181;</string>
<string translatable="false" name="fa_female">&#xf182;</string>
<string translatable="false" name="fa_male">&#xf183;</string>
<string translatable="false" name="fa_gittip">&#xf184;</string>
<string translatable="false" name="fa_sun_o">&#xf185;</string>
<string translatable="false" name="fa_moon_o">&#xf186;</string>
<string translatable="false" name="fa_archive">&#xf187;</string> <string translatable="false" name="fa_archive">&#xf187;</string>
<string translatable="false" name="fa_bug">&#xf188;</string>
<string translatable="false" name="fa_vk">&#xf189;</string> <!--<string translatable="false" name="fa_glass">&#xf000;</string>-->
<string translatable="false" name="fa_weibo">&#xf18a;</string> <!--<string translatable="false" name="fa_music">&#xf001;</string>-->
<string translatable="false" name="fa_renren">&#xf18b;</string> <!--<string translatable="false" name="fa_search">&#xf002;</string>-->
<string translatable="false" name="fa_pagelines">&#xf18c;</string> <!--<string translatable="false" name="fa_envelope_o">&#xf003;</string>-->
<string translatable="false" name="fa_stack_exchange">&#xf18d;</string> <!--<string translatable="false" name="fa_heart">&#xf004;</string>-->
<string translatable="false" name="fa_arrow_circle_o_right">&#xf18e;</string> <!--<string translatable="false" name="fa_user">&#xf007;</string>-->
<string translatable="false" name="fa_arrow_circle_o_left">&#xf190;</string> <!--<string translatable="false" name="fa_film">&#xf008;</string>-->
<string translatable="false" name="fa_caret_square_o_left">&#xf191;</string> <!--<string translatable="false" name="fa_th_large">&#xf009;</string>-->
<string translatable="false" name="fa_dot_circle_o">&#xf192;</string> <!--<string translatable="false" name="fa_th">&#xf00a;</string>-->
<string translatable="false" name="fa_wheelchair">&#xf193;</string> <!--<string translatable="false" name="fa_th_list">&#xf00b;</string>-->
<string translatable="false" name="fa_vimeo_square">&#xf194;</string> <!--<string translatable="false" name="fa_search_plus">&#xf00e;</string>-->
<string translatable="false" name="fa_try">&#xf195;</string> <!--<string translatable="false" name="fa_search_minus">&#xf010;</string>-->
<string translatable="false" name="fa_plus_square_o">&#xf196;</string> <!--<string translatable="false" name="fa_power_off">&#xf011;</string>-->
<!--<string translatable="false" name="fa_signal">&#xf012;</string>-->
<!--<string translatable="false" name="fa_cog">&#xf013;</string>-->
<!--<string translatable="false" name="fa_trash_o">&#xf014;</string>-->
<!--<string translatable="false" name="fa_home">&#xf015;</string>-->
<!--<string translatable="false" name="fa_file_o">&#xf016;</string>-->
<!--<string translatable="false" name="fa_clock_o">&#xf017;</string>-->
<!--<string translatable="false" name="fa_road">&#xf018;</string>-->
<!--<string translatable="false" name="fa_download">&#xf019;</string>-->
<!--<string translatable="false" name="fa_arrow_circle_o_down">&#xf01a;</string>-->
<!--<string translatable="false" name="fa_arrow_circle_o_up">&#xf01b;</string>-->
<!--<string translatable="false" name="fa_inbox">&#xf01c;</string>-->
<!--<string translatable="false" name="fa_play_circle_o">&#xf01d;</string>-->
<!--<string translatable="false" name="fa_repeat">&#xf01e;</string>-->
<!--<string translatable="false" name="fa_refresh">&#xf021;</string>-->
<!--<string translatable="false" name="fa_list_alt">&#xf022;</string>-->
<!--<string translatable="false" name="fa_lock">&#xf023;</string>-->
<!--<string translatable="false" name="fa_flag">&#xf024;</string>-->
<!--<string translatable="false" name="fa_headphones">&#xf025;</string>-->
<!--<string translatable="false" name="fa_volume_off">&#xf026;</string>-->
<!--<string translatable="false" name="fa_volume_down">&#xf027;</string>-->
<!--<string translatable="false" name="fa_volume_up">&#xf028;</string>-->
<!--<string translatable="false" name="fa_qrcode">&#xf029;</string>-->
<!--<string translatable="false" name="fa_barcode">&#xf02a;</string>-->
<!--<string translatable="false" name="fa_tag">&#xf02b;</string>-->
<!--<string translatable="false" name="fa_tags">&#xf02c;</string>-->
<!--<string translatable="false" name="fa_book">&#xf02d;</string>-->
<!--<string translatable="false" name="fa_bookmark">&#xf02e;</string>-->
<!--<string translatable="false" name="fa_print">&#xf02f;</string>-->
<!--<string translatable="false" name="fa_camera">&#xf030;</string>-->
<!--<string translatable="false" name="fa_font">&#xf031;</string>-->
<!--<string translatable="false" name="fa_bold">&#xf032;</string>-->
<!--<string translatable="false" name="fa_italic">&#xf033;</string>-->
<!--<string translatable="false" name="fa_text_height">&#xf034;</string>-->
<!--<string translatable="false" name="fa_text_width">&#xf035;</string>-->
<!--<string translatable="false" name="fa_align_left">&#xf036;</string>-->
<!--<string translatable="false" name="fa_align_center">&#xf037;</string>-->
<!--<string translatable="false" name="fa_align_right">&#xf038;</string>-->
<!--<string translatable="false" name="fa_align_justify">&#xf039;</string>-->
<!--<string translatable="false" name="fa_list">&#xf03a;</string>-->
<!--<string translatable="false" name="fa_outdent">&#xf03b;</string>-->
<!--<string translatable="false" name="fa_indent">&#xf03c;</string>-->
<!--<string translatable="false" name="fa_video_camera">&#xf03d;</string>-->
<!--<string translatable="false" name="fa_picture_o">&#xf03e;</string>-->
<!--<string translatable="false" name="fa_pencil">&#xf040;</string>-->
<!--<string translatable="false" name="fa_map_marker">&#xf041;</string>-->
<!--<string translatable="false" name="fa_adjust">&#xf042;</string>-->
<!--<string translatable="false" name="fa_tint">&#xf043;</string>-->
<!--<string translatable="false" name="fa_pencil_square_o">&#xf044;</string>-->
<!--<string translatable="false" name="fa_share_square_o">&#xf045;</string>-->
<!--<string translatable="false" name="fa_check_square_o">&#xf046;</string>-->
<!--<string translatable="false" name="fa_arrows">&#xf047;</string>-->
<!--<string translatable="false" name="fa_step_backward">&#xf048;</string>-->
<!--<string translatable="false" name="fa_fast_backward">&#xf049;</string>-->
<!--<string translatable="false" name="fa_backward">&#xf04a;</string>-->
<!--<string translatable="false" name="fa_play">&#xf04b;</string>-->
<!--<string translatable="false" name="fa_pause">&#xf04c;</string>-->
<!--<string translatable="false" name="fa_stop">&#xf04d;</string>-->
<!--<string translatable="false" name="fa_forward">&#xf04e;</string>-->
<!--<string translatable="false" name="fa_fast_forward">&#xf050;</string>-->
<!--<string translatable="false" name="fa_step_forward">&#xf051;</string>-->
<!--<string translatable="false" name="fa_eject">&#xf052;</string>-->
<!--<string translatable="false" name="fa_chevron_left">&#xf053;</string>-->
<!--<string translatable="false" name="fa_chevron_right">&#xf054;</string>-->
<!--<string translatable="false" name="fa_plus_circle">&#xf055;</string>-->
<!--<string translatable="false" name="fa_minus_circle">&#xf056;</string>-->
<!--<string translatable="false" name="fa_times_circle">&#xf057;</string>-->
<!--<string translatable="false" name="fa_check_circle">&#xf058;</string>-->
<!--<string translatable="false" name="fa_question_circle">&#xf059;</string>-->
<!--<string translatable="false" name="fa_info_circle">&#xf05a;</string>-->
<!--<string translatable="false" name="fa_crosshairs">&#xf05b;</string>-->
<!--<string translatable="false" name="fa_times_circle_o">&#xf05c;</string>-->
<!--<string translatable="false" name="fa_check_circle_o">&#xf05d;</string>-->
<!--<string translatable="false" name="fa_ban">&#xf05e;</string>-->
<!--<string translatable="false" name="fa_arrow_left">&#xf060;</string>-->
<!--<string translatable="false" name="fa_arrow_right">&#xf061;</string>-->
<!--<string translatable="false" name="fa_arrow_up">&#xf062;</string>-->
<!--<string translatable="false" name="fa_arrow_down">&#xf063;</string>-->
<!--<string translatable="false" name="fa_share">&#xf064;</string>-->
<!--<string translatable="false" name="fa_expand">&#xf065;</string>-->
<!--<string translatable="false" name="fa_compress">&#xf066;</string>-->
<!--<string translatable="false" name="fa_plus">&#xf067;</string>-->
<!--<string translatable="false" name="fa_minus">&#xf068;</string>-->
<!--<string translatable="false" name="fa_asterisk">&#xf069;</string>-->
<!--<string translatable="false" name="fa_exclamation_circle">&#xf06a;</string>-->
<!--<string translatable="false" name="fa_gift">&#xf06b;</string>-->
<!--<string translatable="false" name="fa_leaf">&#xf06c;</string>-->
<!--<string translatable="false" name="fa_fire">&#xf06d;</string>-->
<!--<string translatable="false" name="fa_eye">&#xf06e;</string>-->
<!--<string translatable="false" name="fa_eye_slash">&#xf070;</string>-->
<!--<string translatable="false" name="fa_exclamation_triangle">&#xf071;</string>-->
<!--<string translatable="false" name="fa_plane">&#xf072;</string>-->
<!--<string translatable="false" name="fa_calendar">&#xf073;</string>-->
<!--<string translatable="false" name="fa_random">&#xf074;</string>-->
<!--<string translatable="false" name="fa_comment">&#xf075;</string>-->
<!--<string translatable="false" name="fa_magnet">&#xf076;</string>-->
<!--<string translatable="false" name="fa_chevron_up">&#xf077;</string>-->
<!--<string translatable="false" name="fa_chevron_down">&#xf078;</string>-->
<!--<string translatable="false" name="fa_retweet">&#xf079;</string>-->
<!--<string translatable="false" name="fa_shopping_cart">&#xf07a;</string>-->
<!--<string translatable="false" name="fa_folder">&#xf07b;</string>-->
<!--<string translatable="false" name="fa_folder_open">&#xf07c;</string>-->
<!--<string translatable="false" name="fa_arrows_v">&#xf07d;</string>-->
<!--<string translatable="false" name="fa_arrows_h">&#xf07e;</string>-->
<!--<string translatable="false" name="fa_bar_chart_o">&#xf080;</string>-->
<!--<string translatable="false" name="fa_twitter_square">&#xf081;</string>-->
<!--<string translatable="false" name="fa_facebook_square">&#xf082;</string>-->
<!--<string translatable="false" name="fa_camera_retro">&#xf083;</string>-->
<!--<string translatable="false" name="fa_key">&#xf084;</string>-->
<!--<string translatable="false" name="fa_cogs">&#xf085;</string>-->
<!--<string translatable="false" name="fa_comments">&#xf086;</string>-->
<!--<string translatable="false" name="fa_thumbs_o_up">&#xf087;</string>-->
<!--<string translatable="false" name="fa_thumbs_o_down">&#xf088;</string>-->
<!--<string translatable="false" name="fa_heart_o">&#xf08a;</string>-->
<!--<string translatable="false" name="fa_sign_out">&#xf08b;</string>-->
<!--<string translatable="false" name="fa_linkedin_square">&#xf08c;</string>-->
<!--<string translatable="false" name="fa_thumb_tack">&#xf08d;</string>-->
<!--<string translatable="false" name="fa_external_link">&#xf08e;</string>-->
<!--<string translatable="false" name="fa_sign_in">&#xf090;</string>-->
<!--<string translatable="false" name="fa_trophy">&#xf091;</string>-->
<!--<string translatable="false" name="fa_github_square">&#xf092;</string>-->
<!--<string translatable="false" name="fa_upload">&#xf093;</string>-->
<!--<string translatable="false" name="fa_lemon_o">&#xf094;</string>-->
<!--<string translatable="false" name="fa_phone">&#xf095;</string>-->
<!--<string translatable="false" name="fa_square_o">&#xf096;</string>-->
<!--<string translatable="false" name="fa_bookmark_o">&#xf097;</string>-->
<!--<string translatable="false" name="fa_phone_square">&#xf098;</string>-->
<!--<string translatable="false" name="fa_twitter">&#xf099;</string>-->
<!--<string translatable="false" name="fa_facebook">&#xf09a;</string>-->
<!--<string translatable="false" name="fa_github">&#xf09b;</string>-->
<!--<string translatable="false" name="fa_unlock">&#xf09c;</string>-->
<!--<string translatable="false" name="fa_credit_card">&#xf09d;</string>-->
<!--<string translatable="false" name="fa_rss">&#xf09e;</string>-->
<!--<string translatable="false" name="fa_hdd_o">&#xf0a0;</string>-->
<!--<string translatable="false" name="fa_bullhorn">&#xf0a1;</string>-->
<!--<string translatable="false" name="fa_bell">&#xf0f3;</string>-->
<!--<string translatable="false" name="fa_certificate">&#xf0a3;</string>-->
<!--<string translatable="false" name="fa_hand_o_right">&#xf0a4;</string>-->
<!--<string translatable="false" name="fa_hand_o_left">&#xf0a5;</string>-->
<!--<string translatable="false" name="fa_hand_o_up">&#xf0a6;</string>-->
<!--<string translatable="false" name="fa_hand_o_down">&#xf0a7;</string>-->
<!--<string translatable="false" name="fa_arrow_circle_left">&#xf0a8;</string>-->
<!--<string translatable="false" name="fa_arrow_circle_right">&#xf0a9;</string>-->
<!--<string translatable="false" name="fa_arrow_circle_up">&#xf0aa;</string>-->
<!--<string translatable="false" name="fa_arrow_circle_down">&#xf0ab;</string>-->
<!--<string translatable="false" name="fa_globe">&#xf0ac;</string>-->
<!--<string translatable="false" name="fa_wrench">&#xf0ad;</string>-->
<!--<string translatable="false" name="fa_tasks">&#xf0ae;</string>-->
<!--<string translatable="false" name="fa_filter">&#xf0b0;</string>-->
<!--<string translatable="false" name="fa_briefcase">&#xf0b1;</string>-->
<!--<string translatable="false" name="fa_arrows_alt">&#xf0b2;</string>-->
<!--<string translatable="false" name="fa_users">&#xf0c0;</string>-->
<!--<string translatable="false" name="fa_link">&#xf0c1;</string>-->
<!--<string translatable="false" name="fa_cloud">&#xf0c2;</string>-->
<!--<string translatable="false" name="fa_flask">&#xf0c3;</string>-->
<!--<string translatable="false" name="fa_scissors">&#xf0c4;</string>-->
<!--<string translatable="false" name="fa_files_o">&#xf0c5;</string>-->
<!--<string translatable="false" name="fa_paperclip">&#xf0c6;</string>-->
<!--<string translatable="false" name="fa_floppy_o">&#xf0c7;</string>-->
<!--<string translatable="false" name="fa_square">&#xf0c8;</string>-->
<!--<string translatable="false" name="fa_bars">&#xf0c9;</string>-->
<!--<string translatable="false" name="fa_list_ul">&#xf0ca;</string>-->
<!--<string translatable="false" name="fa_list_ol">&#xf0cb;</string>-->
<!--<string translatable="false" name="fa_strikethrough">&#xf0cc;</string>-->
<!--<string translatable="false" name="fa_underline">&#xf0cd;</string>-->
<!--<string translatable="false" name="fa_table">&#xf0ce;</string>-->
<!--<string translatable="false" name="fa_magic">&#xf0d0;</string>-->
<!--<string translatable="false" name="fa_truck">&#xf0d1;</string>-->
<!--<string translatable="false" name="fa_pinterest">&#xf0d2;</string>-->
<!--<string translatable="false" name="fa_pinterest_square">&#xf0d3;</string>-->
<!--<string translatable="false" name="fa_google_plus_square">&#xf0d4;</string>-->
<!--<string translatable="false" name="fa_google_plus">&#xf0d5;</string>-->
<!--<string translatable="false" name="fa_money">&#xf0d6;</string>-->
<!--<string translatable="false" name="fa_caret_down">&#xf0d7;</string>-->
<!--<string translatable="false" name="fa_caret_up">&#xf0d8;</string>-->
<!--<string translatable="false" name="fa_caret_left">&#xf0d9;</string>-->
<!--<string translatable="false" name="fa_caret_right">&#xf0da;</string>-->
<!--<string translatable="false" name="fa_columns">&#xf0db;</string>-->
<!--<string translatable="false" name="fa_sort">&#xf0dc;</string>-->
<!--<string translatable="false" name="fa_sort_asc">&#xf0dd;</string>-->
<!--<string translatable="false" name="fa_sort_desc">&#xf0de;</string>-->
<!--<string translatable="false" name="fa_envelope">&#xf0e0;</string>-->
<!--<string translatable="false" name="fa_linkedin">&#xf0e1;</string>-->
<!--<string translatable="false" name="fa_undo">&#xf0e2;</string>-->
<!--<string translatable="false" name="fa_gavel">&#xf0e3;</string>-->
<!--<string translatable="false" name="fa_tachometer">&#xf0e4;</string>-->
<!--<string translatable="false" name="fa_comment_o">&#xf0e5;</string>-->
<!--<string translatable="false" name="fa_comments_o">&#xf0e6;</string>-->
<!--<string translatable="false" name="fa_bolt">&#xf0e7;</string>-->
<!--<string translatable="false" name="fa_sitemap">&#xf0e8;</string>-->
<!--<string translatable="false" name="fa_umbrella">&#xf0e9;</string>-->
<!--<string translatable="false" name="fa_clipboard">&#xf0ea;</string>-->
<!--<string translatable="false" name="fa_lightbulb_o">&#xf0eb;</string>-->
<!--<string translatable="false" name="fa_exchange">&#xf0ec;</string>-->
<!--<string translatable="false" name="fa_cloud_download">&#xf0ed;</string>-->
<!--<string translatable="false" name="fa_cloud_upload">&#xf0ee;</string>-->
<!--<string translatable="false" name="fa_user_md">&#xf0f0;</string>-->
<!--<string translatable="false" name="fa_stethoscope">&#xf0f1;</string>-->
<!--<string translatable="false" name="fa_suitcase">&#xf0f2;</string>-->
<!--<string translatable="false" name="fa_bell_o">&#xf0a2;</string>-->
<!--<string translatable="false" name="fa_coffee">&#xf0f4;</string>-->
<!--<string translatable="false" name="fa_cutlery">&#xf0f5;</string>-->
<!--<string translatable="false" name="fa_file_text_o">&#xf0f6;</string>-->
<!--<string translatable="false" name="fa_building_o">&#xf0f7;</string>-->
<!--<string translatable="false" name="fa_hospital_o">&#xf0f8;</string>-->
<!--<string translatable="false" name="fa_ambulance">&#xf0f9;</string>-->
<!--<string translatable="false" name="fa_medkit">&#xf0fa;</string>-->
<!--<string translatable="false" name="fa_fighter_jet">&#xf0fb;</string>-->
<!--<string translatable="false" name="fa_beer">&#xf0fc;</string>-->
<!--<string translatable="false" name="fa_h_square">&#xf0fd;</string>-->
<!--<string translatable="false" name="fa_plus_square">&#xf0fe;</string>-->
<!--<string translatable="false" name="fa_angle_double_left">&#xf100;</string>-->
<!--<string translatable="false" name="fa_angle_double_right">&#xf101;</string>-->
<!--<string translatable="false" name="fa_angle_double_up">&#xf102;</string>-->
<!--<string translatable="false" name="fa_angle_double_down">&#xf103;</string>-->
<!--<string translatable="false" name="fa_angle_left">&#xf104;</string>-->
<!--<string translatable="false" name="fa_angle_right">&#xf105;</string>-->
<!--<string translatable="false" name="fa_angle_up">&#xf106;</string>-->
<!--<string translatable="false" name="fa_angle_down">&#xf107;</string>-->
<!--<string translatable="false" name="fa_desktop">&#xf108;</string>-->
<!--<string translatable="false" name="fa_laptop">&#xf109;</string>-->
<!--<string translatable="false" name="fa_tablet">&#xf10a;</string>-->
<!--<string translatable="false" name="fa_mobile">&#xf10b;</string>-->
<!--<string translatable="false" name="fa_circle_o">&#xf10c;</string>-->
<!--<string translatable="false" name="fa_quote_left">&#xf10d;</string>-->
<!--<string translatable="false" name="fa_quote_right">&#xf10e;</string>-->
<!--<string translatable="false" name="fa_spinner">&#xf110;</string>-->
<!--<string translatable="false" name="fa_circle">&#xf111;</string>-->
<!--<string translatable="false" name="fa_reply">&#xf112;</string>-->
<!--<string translatable="false" name="fa_github_alt">&#xf113;</string>-->
<!--<string translatable="false" name="fa_folder_o">&#xf114;</string>-->
<!--<string translatable="false" name="fa_folder_open_o">&#xf115;</string>-->
<!--<string translatable="false" name="fa_smile_o">&#xf118;</string>-->
<!--<string translatable="false" name="fa_frown_o">&#xf119;</string>-->
<!--<string translatable="false" name="fa_meh_o">&#xf11a;</string>-->
<!--<string translatable="false" name="fa_gamepad">&#xf11b;</string>-->
<!--<string translatable="false" name="fa_keyboard_o">&#xf11c;</string>-->
<!--<string translatable="false" name="fa_flag_o">&#xf11d;</string>-->
<!--<string translatable="false" name="fa_flag_checkered">&#xf11e;</string>-->
<!--<string translatable="false" name="fa_terminal">&#xf120;</string>-->
<!--<string translatable="false" name="fa_code">&#xf121;</string>-->
<!--<string translatable="false" name="fa_reply_all">&#xf122;</string>-->
<!--<string translatable="false" name="fa_mail_reply_all">&#xf122;</string>-->
<!--<string translatable="false" name="fa_location_arrow">&#xf124;</string>-->
<!--<string translatable="false" name="fa_crop">&#xf125;</string>-->
<!--<string translatable="false" name="fa_code_fork">&#xf126;</string>-->
<!--<string translatable="false" name="fa_chain_broken">&#xf127;</string>-->
<!--<string translatable="false" name="fa_question">&#xf128;</string>-->
<!--<string translatable="false" name="fa_info">&#xf129;</string>-->
<!--<string translatable="false" name="fa_exclamation">&#xf12a;</string>-->
<!--<string translatable="false" name="fa_superscript">&#xf12b;</string>-->
<!--<string translatable="false" name="fa_subscript">&#xf12c;</string>-->
<!--<string translatable="false" name="fa_eraser">&#xf12d;</string>-->
<!--<string translatable="false" name="fa_puzzle_piece">&#xf12e;</string>-->
<!--<string translatable="false" name="fa_microphone">&#xf130;</string>-->
<!--<string translatable="false" name="fa_microphone_slash">&#xf131;</string>-->
<!--<string translatable="false" name="fa_shield">&#xf132;</string>-->
<!--<string translatable="false" name="fa_calendar_o">&#xf133;</string>-->
<!--<string translatable="false" name="fa_fire_extinguisher">&#xf134;</string>-->
<!--<string translatable="false" name="fa_rocket">&#xf135;</string>-->
<!--<string translatable="false" name="fa_maxcdn">&#xf136;</string>-->
<!--<string translatable="false" name="fa_chevron_circle_left">&#xf137;</string>-->
<!--<string translatable="false" name="fa_chevron_circle_right">&#xf138;</string>-->
<!--<string translatable="false" name="fa_chevron_circle_up">&#xf139;</string>-->
<!--<string translatable="false" name="fa_chevron_circle_down">&#xf13a;</string>-->
<!--<string translatable="false" name="fa_html5">&#xf13b;</string>-->
<!--<string translatable="false" name="fa_css3">&#xf13c;</string>-->
<!--<string translatable="false" name="fa_anchor">&#xf13d;</string>-->
<!--<string translatable="false" name="fa_unlock_alt">&#xf13e;</string>-->
<!--<string translatable="false" name="fa_bullseye">&#xf140;</string>-->
<!--<string translatable="false" name="fa_ellipsis_h">&#xf141;</string>-->
<!--<string translatable="false" name="fa_ellipsis_v">&#xf142;</string>-->
<!--<string translatable="false" name="fa_rss_square">&#xf143;</string>-->
<!--<string translatable="false" name="fa_play_circle">&#xf144;</string>-->
<!--<string translatable="false" name="fa_ticket">&#xf145;</string>-->
<!--<string translatable="false" name="fa_minus_square">&#xf146;</string>-->
<!--<string translatable="false" name="fa_minus_square_o">&#xf147;</string>-->
<!--<string translatable="false" name="fa_level_up">&#xf148;</string>-->
<!--<string translatable="false" name="fa_level_down">&#xf149;</string>-->
<!--<string translatable="false" name="fa_check_square">&#xf14a;</string>-->
<!--<string translatable="false" name="fa_pencil_square">&#xf14b;</string>-->
<!--<string translatable="false" name="fa_external_link_square">&#xf14c;</string>-->
<!--<string translatable="false" name="fa_share_square">&#xf14d;</string>-->
<!--<string translatable="false" name="fa_compass">&#xf14e;</string>-->
<!--<string translatable="false" name="fa_caret_square_o_down">&#xf150;</string>-->
<!--<string translatable="false" name="fa_caret_square_o_up">&#xf151;</string>-->
<!--<string translatable="false" name="fa_caret_square_o_right">&#xf152;</string>-->
<!--<string translatable="false" name="fa_eur">&#xf153;</string>-->
<!--<string translatable="false" name="fa_gbp">&#xf154;</string>-->
<!--<string translatable="false" name="fa_usd">&#xf155;</string>-->
<!--<string translatable="false" name="fa_inr">&#xf156;</string>-->
<!--<string translatable="false" name="fa_jpy">&#xf157;</string>-->
<!--<string translatable="false" name="fa_rub">&#xf158;</string>-->
<!--<string translatable="false" name="fa_krw">&#xf159;</string>-->
<!--<string translatable="false" name="fa_btc">&#xf15a;</string>-->
<!--<string translatable="false" name="fa_file">&#xf15b;</string>-->
<!--<string translatable="false" name="fa_file_text">&#xf15c;</string>-->
<!--<string translatable="false" name="fa_sort_alpha_asc">&#xf15d;</string>-->
<!--<string translatable="false" name="fa_sort_alpha_desc">&#xf15e;</string>-->
<!--<string translatable="false" name="fa_sort_amount_asc">&#xf160;</string>-->
<!--<string translatable="false" name="fa_sort_amount_desc">&#xf161;</string>-->
<!--<string translatable="false" name="fa_sort_numeric_asc">&#xf162;</string>-->
<!--<string translatable="false" name="fa_sort_numeric_desc">&#xf163;</string>-->
<!--<string translatable="false" name="fa_thumbs_up">&#xf164;</string>-->
<!--<string translatable="false" name="fa_thumbs_down">&#xf165;</string>-->
<!--<string translatable="false" name="fa_youtube_square">&#xf166;</string>-->
<!--<string translatable="false" name="fa_youtube">&#xf167;</string>-->
<!--<string translatable="false" name="fa_xing">&#xf168;</string>-->
<!--<string translatable="false" name="fa_xing_square">&#xf169;</string>-->
<!--<string translatable="false" name="fa_youtube_play">&#xf16a;</string>-->
<!--<string translatable="false" name="fa_dropbox">&#xf16b;</string>-->
<!--<string translatable="false" name="fa_stack_overflow">&#xf16c;</string>-->
<!--<string translatable="false" name="fa_instagram">&#xf16d;</string>-->
<!--<string translatable="false" name="fa_flickr">&#xf16e;</string>-->
<!--<string translatable="false" name="fa_adn">&#xf170;</string>-->
<!--<string translatable="false" name="fa_bitbucket">&#xf171;</string>-->
<!--<string translatable="false" name="fa_bitbucket_square">&#xf172;</string>-->
<!--<string translatable="false" name="fa_tumblr">&#xf173;</string>-->
<!--<string translatable="false" name="fa_tumblr_square">&#xf174;</string>-->
<!--<string translatable="false" name="fa_long_arrow_down">&#xf175;</string>-->
<!--<string translatable="false" name="fa_long_arrow_up">&#xf176;</string>-->
<!--<string translatable="false" name="fa_long_arrow_left">&#xf177;</string>-->
<!--<string translatable="false" name="fa_long_arrow_right">&#xf178;</string>-->
<!--<string translatable="false" name="fa_apple">&#xf179;</string>-->
<!--<string translatable="false" name="fa_windows">&#xf17a;</string>-->
<!--<string translatable="false" name="fa_android">&#xf17b;</string>-->
<!--<string translatable="false" name="fa_linux">&#xf17c;</string>-->
<!--<string translatable="false" name="fa_dribbble">&#xf17d;</string>-->
<!--<string translatable="false" name="fa_skype">&#xf17e;</string>-->
<!--<string translatable="false" name="fa_foursquare">&#xf180;</string>-->
<!--<string translatable="false" name="fa_trello">&#xf181;</string>-->
<!--<string translatable="false" name="fa_female">&#xf182;</string>-->
<!--<string translatable="false" name="fa_male">&#xf183;</string>-->
<!--<string translatable="false" name="fa_gittip">&#xf184;</string>-->
<!--<string translatable="false" name="fa_sun_o">&#xf185;</string>-->
<!--<string translatable="false" name="fa_moon_o">&#xf186;</string>-->
<!--<string translatable="false" name="fa_bug">&#xf188;</string>-->
<!--<string translatable="false" name="fa_vk">&#xf189;</string>-->
<!--<string translatable="false" name="fa_weibo">&#xf18a;</string>-->
<!--<string translatable="false" name="fa_renren">&#xf18b;</string>-->
<!--<string translatable="false" name="fa_pagelines">&#xf18c;</string>-->
<!--<string translatable="false" name="fa_stack_exchange">&#xf18d;</string>-->
<!--<string translatable="false" name="fa_arrow_circle_o_right">&#xf18e;</string>-->
<!--<string translatable="false" name="fa_arrow_circle_o_left">&#xf190;</string>-->
<!--<string translatable="false" name="fa_caret_square_o_left">&#xf191;</string>-->
<!--<string translatable="false" name="fa_dot_circle_o">&#xf192;</string>-->
<!--<string translatable="false" name="fa_wheelchair">&#xf193;</string>-->
<!--<string translatable="false" name="fa_vimeo_square">&#xf194;</string>-->
<!--<string translatable="false" name="fa_try">&#xf195;</string>-->
<!--<string translatable="false" name="fa_plus_square_o">&#xf196;</string>-->
</resources> </resources>

@ -18,7 +18,6 @@
<string name="toast_nothing_to_redo">Nothing to redo.</string> <string name="toast_nothing_to_redo">Nothing to redo.</string>
<string name="toast_habit_changed">Habit changed.</string> <string name="toast_habit_changed">Habit changed.</string>
<string name="toast_habit_changed_back">Habit changed back.</string> <string name="toast_habit_changed_back">Habit changed back.</string>
<string name="toast_repetition_toggled">Repetition toggled.</string>
<string name="toast_habit_archived">Habits archived.</string> <string name="toast_habit_archived">Habits archived.</string>
<string name="toast_habit_unarchived">Habits unarchived.</string> <string name="toast_habit_unarchived">Habits unarchived.</string>
@ -49,7 +48,6 @@
<string name="habit_strength">Habit strength</string> <string name="habit_strength">Habit strength</string>
<string name="history">History</string> <string name="history">History</string>
<string name="clear">Clear</string> <string name="clear">Clear</string>
<string name="description">Description</string>
<string name="description_hint">Question (Did you … today?)</string> <string name="description_hint">Question (Did you … today?)</string>
<string name="repeat">Repeat</string> <string name="repeat">Repeat</string>
<string name="times_every">times in</string> <string name="times_every">times in</string>

Loading…
Cancel
Save