検索結果のハッシュタグの表示が大文字化されていたのを解除した

This commit is contained in:
tateisu 2017-04-26 01:49:20 +09:00
parent cdbc2f5a77
commit d63acf471e
2 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@
<ConfirmationsSetting value="0" id="Add" />
<ConfirmationsSetting value="0" id="Remove" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">

View File

@ -374,6 +374,7 @@
android:layout_height="wrap_content"
android:background="@drawable/btn_bg_transparent"
android:id="@+id/btnSearchTag"
android:textAllCaps="false"
/>
</LinearLayout>
</LinearLayout>