Skip to content

Commit

Permalink
[*] improve ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Heng30 committed Jan 15, 2024
1 parent dbf65d1 commit 6e027b4
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cpnews/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ android {
}

dependencies {

// implementation 'androidx.appcompat:appcompat:1.3.0'
}

4 changes: 3 additions & 1 deletion cpnews/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<!-- android:theme="@android:style/Theme.NoTitleBar.Fullscreen"> -->
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher"
android:label="cpnews"
android:supportsRtl="true"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
android:theme="@android:style/Theme.Holo.Light.NoActionBar.Fullscreen">

<activity
android:name="android.app.NativeActivity"
android:configChanges="orientation|screenSize|screenLayout|keyboard|keyboardHidden"
Expand Down
Binary file removed cpnews/app/src/main/res/cpnews.png
Binary file not shown.
7 changes: 7 additions & 0 deletions cpnews/app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true">
<!-- Other views and components -->
</RelativeLayout>
8 changes: 8 additions & 0 deletions cpnews/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<resources>

<!-- <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> -->
<!-- <item name="android:windowIsTranslucent">true</item> -->
<!-- <item name="android:windowDrawsSystemBarBackgrounds">false</item> -->
<!-- </style> -->

</resources>
2 changes: 1 addition & 1 deletion cpnews/src/version.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub const VERSION: &str = "v0.0.2";
pub const VERSION: &str = "v0.0.3";

0 comments on commit 6e027b4

Please sign in to comment.