Skip to content

Commit

Permalink
kevin complained about things
Browse files Browse the repository at this point in the history
  • Loading branch information
fennifith committed May 18, 2017
1 parent d2f8e62 commit f030195
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
14 changes: 12 additions & 2 deletions app/src/main/res/layout-v21/activity_about.xml
Expand Up @@ -98,6 +98,17 @@

</LinearLayout>

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:layout_marginTop="8dp"
android:text="@string/title_contributors"
android:textColor="?android:textColorPrimary"
android:textSize="24sp" />

<LinearLayout
android:id="@+id/tewtwenteyonepx"
android:layout_width="match_parent"
Expand All @@ -114,8 +125,7 @@
android:layout_marginRight="16dp"
android:text="@string/tewtwenteyonepx"
android:textColor="?android:textColorPrimary"
android:textSize="24sp" />

android:textSize="16sp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down
13 changes: 11 additions & 2 deletions app/src/main/res/layout/activity_about.xml
Expand Up @@ -96,6 +96,16 @@

</LinearLayout>

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:layout_marginTop="8dp"
android:text="@string/title_contributors"
android:textSize="24sp" />

<LinearLayout
android:id="@+id/tewtwenteyonepx"
android:layout_width="match_parent"
Expand All @@ -110,8 +120,7 @@
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:text="@string/tewtwenteyonepx"
android:textSize="24sp" />

android:textSize="16sp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down
5 changes: 3 additions & 2 deletions app/src/main/res/values/strings.xml
Expand Up @@ -13,13 +13,14 @@
<string name="title_ding">Ding</string>
<string name="title_wood">Wood</string>
<string name="title_about">About</string>
<string name="title_contributors">Contributors</string>
<string name="title_theme_light">Light Theme</string>
<string name="title_theme_wood">Wooden Theme</string>
<string name="title_theme_dark">Dark Theme</string>
<string name="title_theme_amoled">Amoled Theme</string>

<string name="tewtwenteyonepx">221px</string>
<string name="tewtwenteyonepx_desc">Special thanks to 221px for making this app\'s icon.</string>
<string name="tewtwenteyonepx">221 Pixels</string>
<string name="tewtwenteyonepx_desc">Special thanks to 221 Pixels for making this app\'s icon. 221 Pixels is a design service that specializes in iconography and user interfaces.</string>

<string name="library_aesthetic">Aesthetic - Aidan Follestad</string>
<string name="library_aesthetic_desc">A fast and easy to use plug-and-play dynamic theme engine. Powered by Rx, for Android apps.</string>
Expand Down

0 comments on commit f030195

Please sign in to comment.