Skip to content

Commit

Permalink
csv view - smoother dark mode:
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuljeet1998 committed Oct 16, 2024
1 parent 4554aa4 commit a0e9df9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/activity_csvviewer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="org.ole.planet.myplanet.ui.viewer.CSVViewerActivity">
tools:context="org.ole.planet.myplanet.ui.viewer.CSVViewerActivity"
android:background="@color/light_dark">

<TextView
android:id="@+id/csvFileName"
Expand All @@ -13,7 +14,7 @@
android:gravity="center_horizontal"
android:paddingTop="@dimen/padding_large"
android:text="@string/csv_filename"
android:textColor="@color/md_black_1000"
android:textColor="@color/daynight_textColor"
android:textSize="@dimen/text_size_large"
android:textStyle="bold" />

Expand All @@ -35,6 +36,5 @@
android:textSize="@dimen/text_size_mid" />

</LinearLayout>

</ScrollView>
</LinearLayout>

0 comments on commit a0e9df9

Please sign in to comment.