Commit b7c6370d by onuma

起動画面のdetailボタンが、大文字になっていたので小文字にした。

parent f707f81a
......@@ -99,6 +99,7 @@
android:layout_height="46dp"
android:freezesText="false"
android:text="@string/clickable_detail_button"
android:textAllCaps="false"
android:textColor="@color/text_color" />
</LinearLayout>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment