mirror of
https://github.com/pendragonnn/PalmGuard-App-Thesis.git
synced 2025-08-13 10:52:22 +00:00
16 lines
744 B
XML
16 lines
744 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
tools:context=".ui.diagnose.RecommendationFragment">
|
|
|
|
<!-- TODO: Update blank fragment layout -->
|
|
<TextView
|
|
android:id="@+id/tv_recommendation"
|
|
style="@style/FragmentRecommendationDescription"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="Pangkas dan buang daun yang terinfeksi, pastikan tanaman mendapatkan sirkulasi udara yang baik, dan gunakan fungisida berbasis tembaga jika diperlukan." />
|
|
|
|
</ScrollView> |