style: Add div tag to README and remove unused import in xml
Signed-off-by: LooKeR <mohit2002ss@gmail.com>
This commit is contained in:
parent
7cb69d7078
commit
26906003d6
@ -7,7 +7,7 @@
|
||||
[](https://github.com/Iamlooker/Droid-ify/releases/)
|
||||
[](https://github.com/Iamlooker/Droid-ify/releases/latest)
|
||||
[](https://f-droid.org/packages/com.looker.droidify)
|
||||
|
||||
</div>
|
||||
<div align="left">
|
||||
|
||||
## Features
|
||||
@ -22,8 +22,10 @@
|
||||
<img src="metadata/en-US/images/phoneScreenshots/1.png" width="25%" /><img src="metadata/en-US/images/phoneScreenshots/2.png" width="25%" /><img src="metadata/en-US/images/phoneScreenshots/3.png" width="25%" /><img src="metadata/en-US/images/phoneScreenshots/4.png" width="25%" />
|
||||
|
||||
## Building and Installing
|
||||
|
||||
1. **Install Android Studio**:
|
||||
- Download and install [Android Studio](https://developer.android.com/studio) on your computer if you haven't already.
|
||||
- Download and install [Android Studio](https://developer.android.com/studio) on your computer
|
||||
if you haven't already.
|
||||
|
||||
2. **Clone the Repository**:
|
||||
- Open Android Studio and select "Project from Version Control."
|
||||
@ -48,6 +50,7 @@
|
||||
- Your PR will undergo review
|
||||
|
||||
## Translations
|
||||
|
||||
[](https://hosted.weblate.org/engage/droidify/?utm_source=widget)
|
||||
|
||||
## License
|
||||
@ -67,3 +70,5 @@ GNU General Public License for more details.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
```
|
||||
|
||||
</div>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
|
||||
<style name="Theme.Main.DynamicLight" parent="Theme.Main.Light">
|
||||
<item name="colorPrimary">@android:color/system_accent1_600</item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user