Android Studio file structure

This commit is contained in:
2015-03-15 08:11:19 -04:00
parent 11d6bbd6f6
commit 1ff3c1c857
190 changed files with 1124 additions and 1036 deletions

View File

@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2013 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<color name="primary">#114896</color>
<color name="primary_darker">#0b235f</color>
<color name="accent">#9a4000</color>
<color name="windowBackground">#e6e6e6</color>
<color name="white">#ffffff</color>
<color name="grey">#cccccc</color>
<!-- Time and Date picker -->
<color name="circle_background">#f2f2f2</color>
<color name="line_background">#cccccc</color>
<color name="ampm_text_color">#8c8c8c</color>
<color name="done_text_color_normal">#000000</color>
<color name="done_text_color_disabled">#cccccc</color>
<color name="numbers_text_color">#8c8c8c</color>
<color name="transparent">#00000000</color>
<color name="transparent_black">#7f000000</color>
<color name="blue">#33b5e5</color>
<color name="blue_focused">#c1e8f7</color>
<color name="neutral_pressed">#33999999</color>
<color name="darker_blue">#0099cc</color>
<color name="date_picker_text_normal">#ff999999</color>
<color name="calendar_header">#999999</color>
<color name="date_picker_view_animator">#f2f2f2</color>
<color name="calendar_selected_date_text">#ffd1d2d4</color>
<color name="done_text_color">#888888</color>
<color name="done_text_color_dark">#888888</color>
<!-- Colors for red theme -->
<color name="red">#ff3333</color>
<color name="red_focused">#853333</color>
<color name="light_gray">#404040</color>
<color name="dark_gray">#363636</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>
</resources>

View File

@@ -0,0 +1,52 @@
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>
<!-- Color picker -->
<dimen name="color_swatch_large">64dip</dimen>
<dimen name="color_swatch_small">48dip</dimen>
<dimen name="color_swatch_margins_large">8dip</dimen>
<dimen name="color_swatch_margins_small">4dip</dimen>
<!-- Date and time picker -->
<item name="circle_radius_multiplier" format="float" type="string">0.82</item>
<item name="circle_radius_multiplier_24HourMode" format="float" type="string">0.85</item>
<item name="selection_radius_multiplier" format="float" type="string">0.16</item>
<item name="ampm_circle_radius_multiplier" format="float" type="string">0.19</item>
<item name="numbers_radius_multiplier_normal" format="float" type="string">0.81</item>
<item name="numbers_radius_multiplier_inner" format="float" type="string">0.60</item>
<item name="numbers_radius_multiplier_outer" format="float" type="string">0.83</item>
<item name="text_size_multiplier_normal" format="float" type="string">0.17</item>
<item name="text_size_multiplier_inner" format="float" type="string">0.14</item>
<item name="text_size_multiplier_outer" format="float" type="string">0.11</item>
<dimen name="time_label_size">60sp</dimen>
<dimen name="extra_time_label_margin">-30dp</dimen>
<dimen name="ampm_label_size">16sp</dimen>
<dimen name="done_label_size">14sp</dimen>
<dimen name="ampm_left_padding">6dip</dimen>
<dimen name="separator_padding">4dip</dimen>
<dimen name="header_height">96dip</dimen>
<dimen name="footer_height">48dip</dimen>
<dimen name="minimum_margin_sides">48dip</dimen>
<dimen name="minimum_margin_top_bottom">24dip</dimen>
<dimen name="picker_dimen">270dip</dimen>
<dimen name="date_picker_component_width">270dp</dimen>
<dimen name="date_picker_header_height">30dp</dimen>
<dimen name="selected_calendar_layout_height">155dp</dimen>
<dimen name="date_picker_view_animator_height">270dp</dimen>
<dimen name="done_button_height">42dp</dimen>
<dimen name="month_list_item_header_height">50dp</dimen>
<dimen name="month_day_label_text_size">10sp</dimen>
<dimen name="day_number_select_circle_radius">16dp</dimen>
<dimen name="month_select_circle_radius">45dp</dimen>
<dimen name="selected_date_year_size">30dp</dimen>
<dimen name="selected_date_day_size">75dp</dimen>
<dimen name="selected_date_month_size">30dp</dimen>
<dimen name="date_picker_header_text_size">14dp</dimen>
<dimen name="month_label_size">16sp</dimen>
<dimen name="day_number_size">16sp</dimen>
<dimen name="year_label_height">64dp</dimen>
<dimen name="year_label_text_size">22dp</dimen>
</resources>

View File

@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="DragSortListView">
<attr name="collapsed_height" format="dimension" />
<attr name="drag_scroll_start" format="float" />
<attr name="max_drag_scroll_speed" format="float" />
<attr name="float_background_color" format="color" />
<attr name="remove_mode">
<enum name="clickRemove" value="0" />
<enum name="flingRemove" value="1" />
</attr>
<attr name="track_drag_sort" format="boolean"/>
<attr name="float_alpha" format="float"/>
<attr name="slide_shuffle_speed" format="float"/>
<attr name="remove_animation_duration" format="integer"/>
<attr name="drop_animation_duration" format="integer"/>
<attr name="drag_enabled" format="boolean" />
<attr name="sort_enabled" format="boolean" />
<attr name="remove_enabled" format="boolean" />
<attr name="drag_start_mode">
<enum name="onDown" value="0" />
<enum name="onMove" value="1" />
<enum name="onLongPress" value="2"/>
</attr>
<attr name="drag_handle_id" format="integer" />
<attr name="fling_handle_id" format="integer" />
<attr name="click_remove_id" format="integer" />
<attr name="use_default_controller" format="boolean" />
</declare-styleable>
</resources>

View File

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

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name">μHabits</string>
<string name="action_settings">Settings</string>
<string name="edit">Edit</string>
<string name="delete">Delete</string>
<string name="add_habit">Add habit</string>
<string name="color_picker_default_title">Select a Color</string>
<string name="color_swatch_description">Color <xliff:g id="color_index" example="14">%1$d</xliff:g></string>
<string name="color_swatch_description_selected">Color <xliff:g id="color_index" example="14">%1$d</xliff:g> selected</string>
<string name="toast_habit_created">Habit created.</string>
<string name="toast_habit_deleted">Habit deleted.</string>
<string name="toast_nothing_to_undo">Nothing to undo.</string>
<string name="toast_nothing_to_redo">Nothing to redo.</string>
<string name="toast_habit_changed">Habit changed.</string>
<string name="toast_habit_changed_back">Habit changed back.</string>
<string name="toast_repetition_toggled">Repetition toggled.</string>
<!-- Date and time picker -->
<string name="done_label">Done</string>
<string name="clear_label">Clear</string>
<string name="hour_picker_description">Hours circular slider</string>
<string name="minute_picker_description">Minutes circular slider</string>
<string name="select_hours">Select hours</string>
<string name="select_minutes">Select minutes</string>
<string name="day_picker_description">Month grid of days</string>
<string name="year_picker_description">Year list</string>
<string name="select_day">Select month and day</string>
<string name="select_year">Select year</string>
<string name="item_is_selected"><xliff:g id="item" example="2013">%1$s</xliff:g> selected</string>
<string name="deleted_key"><xliff:g id="key" example="4">%1$s</xliff:g> deleted</string>
<string name="time_placeholder">--</string>
<string name="time_separator">:</string>
<string name="radial_numbers_typeface">sans-serif</string>
<string name="sans_serif">sans-serif</string>
<string name="day_of_week_label_typeface">sans-serif</string>
<string name="habit_key"></string>
<string name="offset_key"></string>
<item name="KEY_TIMESTAMP" type="id"/>
<string name="title_activity_show_habit">ShowHabitActivity</string>
<string name="hello_world">Hello world!</string>
</resources>

View File

@@ -0,0 +1,63 @@
<resources>
<style name="AppBaseTheme" parent="android:Theme.Holo.Light" />
<style name="AppTheme" parent="AppBaseTheme" />
<style name="time_label">
<item name="android:textSize">@dimen/time_label_size</item>
<item name="android:textColor">@color/numbers_text_color</item>
</style>
<style name="ampm_label">
<item name="android:textSize">@dimen/ampm_label_size</item>
<item name="android:textAllCaps">true</item>
<item name="android:textColor">@color/ampm_text_color</item>
<item name="android:textStyle">bold</item>
</style>
<style name="day_of_week_label_condensed" />
<style name="cardsListStyle">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:background">@color/windowBackground</item>
<item name="android:orientation">vertical</item>
</style>
<style name="cardStyle">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:background">@color/white</item>
<item name="android:elevation">1dp</item>
<item name="android:orientation">vertical</item>
<item name="android:paddingTop">16dp</item>
<item name="android:paddingBottom">16dp</item>
<item name="android:paddingLeft">16dp</item>
<item name="android:paddingRight">4dp</item>
<item name="android:layout_marginBottom">3dp</item>
<item name="android:layout_marginLeft">3dp</item>
<item name="android:layout_marginRight">3dp</item>
</style>
<style name="cardHeaderStyle">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_marginBottom">8dp</item>
<item name="android:textSize">16sp</item>
<item name="android:textStyle">bold</item>
</style>
<style name="cardRowStyle">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_marginBottom">4dp</item>
<item name="android:layout_marginTop">4dp</item>
</style>
<style name="cardLabelStyle">
<item name="android:layout_width">120dp</item>
<item name="android:layout_height">wrap_content</item>
</style>
</resources>

View File

@@ -0,0 +1,72 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="dialogFormInputMultiline">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:ems">10</item>
<item name="android:inputType">textMultiLine</item>
</style>
<style name="dialogFormInputColor">
<item name="android:layout_width">0dp</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_weight">1</item>
<item name="android:background">?android:attr/selectableItemBackground</item>
</style>
<style name="dialogFormInputSmallNumber">
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:ems">2</item>
<item name="android:gravity">center</item>
<item name="android:inputType">number</item>
<item name="android:maxLength">2</item>
</style>
<style name="dialogFormInput">
<item name="android:layout_width">0dp</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_weight">10</item>
<item name="android:ems">10</item>
</style>
<style name="dialogFormLabel">
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:width">80dp</item>
<item name="android:gravity">right</item>
<item name="android:paddingRight">9dp</item>
</style>
<style name="dialogFormTimePicker" parent="android:Widget.DeviceDefault.Light.Spinner">
<item name="android:layout_width">90dp</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:paddingLeft">12dp</item>
</style>
<style name="dialogFormRow">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_marginTop">8dp</item>
<item name="android:orientation">horizontal</item>
<item name="android:minWidth">300dp</item>
</style>
<style name="dialogForm">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">match_parent</item>
<item name="android:orientation">vertical</item>
<item name="android:paddingBottom">8dp</item>
</style>
<style name="dialogFormPanel">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_marginBottom">8dp</item>
<item name="android:orientation">vertical</item>
<item name="android:paddingLeft">24dp</item>
<item name="android:paddingRight">24dp</item>
</style>
</resources>

View File

@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="habitsListStyle">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">match_parent</item>
<item name="android:divider">@color/windowBackground</item>
<item name="android:dividerHeight">1dp</item>
<item name="android:paddingTop">42dp</item>
<item name="android:background">@color/windowBackground</item>
</style>
<style name="habitsListHeaderStyle">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_alignParentTop">true</item>
<item name="android:background">#f0f0f0</item>
<item name="android:elevation">2dp</item>
<item name="android:paddingRight">4dp</item>
</style>
<style name="habitsListStarStyle">
<item name="android:layout_width">30dp</item>
<item name="android:layout_height">match_parent</item>
<item name="android:layout_marginTop">0dp</item>
<item name="android:gravity">center</item>
<item name="android:paddingTop">1dp</item>
<item name="android:textSize">16sp</item>
</style>
<style name="habitsListNameStyle">
<item name="android:layout_width">0dp</item>
<item name="android:layout_weight">1</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:gravity">center_vertical</item>
<item name="android:paddingBottom">6dp</item>
<item name="android:paddingLeft">0dp</item>
<item name="android:paddingRight">6dp</item>
<item name="android:paddingTop">10dp</item>
</style>
<style name="habitsListButtonsPanelStyle">
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">42dp</item>
<item name="android:gravity">center</item>
<item name="android:orientation">horizontal</item>
</style>
<style name="habitsListItemStyle">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:background">@color/windowBackground</item>
<item name="android:clipToPadding">false</item>
<item name="android:orientation">horizontal</item>
</style>
<style name="habitsListItemInnerPanelStyle" parent="cardStyle">
<item name="android:orientation">horizontal</item>
<item name="android:padding">3dp</item>
</style>
<style name="habitsListCheckStyle">
<item name="android:focusable">false</item>
<item name="android:minHeight">42dp</item>
<item name="android:minWidth">42dp</item>
<item name="android:gravity">center</item>
<item name="android:background">@drawable/ripple_background</item>
</style>
<style name="habitsListHeaderCheckStyle" parent="habitsListCheckStyle">
<item name="android:layout_width">42dp</item>
<item name="android:layout_height">match_parent</item>
<item name="android:background">#f0f0f0</item>
<item name="android:focusable">false</item>
<item name="android:textSize">10sp</item>
<item name="android:textColor">#606060</item>
</style>
</resources>

View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>