Цвет и одно название

This commit is contained in:
2024-11-23 19:58:57 +05:00
parent 6589c697ad
commit 50e6efbafe
3 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@
android:type="linear"
android:useLevel="true"
android:angle="45.0"
android:startColor="#fffc95"
android:endColor="#ffffff" />
android:startColor="#fffcb1"
android:endColor="#fffcb1" />
</shape>
</item>
</selector>

View File

@ -1267,7 +1267,7 @@
android:id="@+id/tvLocSpecies"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/Locust_type"
android:text="@string/Species"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textStyle="bold"
android:layout_gravity="center_vertical"/>

View File

@ -1444,7 +1444,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:text="@string/Locust_type"
android:text="@string/Species"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textStyle="bold"
android:enabled="false" />