Skip to content

Commit

Permalink
add screen shots and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ali77gh committed Mar 13, 2019
1 parent 4248106 commit 686df0a
Show file tree
Hide file tree
Showing 84 changed files with 14 additions and 7 deletions.
Empty file modified .gitignore
100755 → 100644
Empty file.
Empty file modified .idea/dictionaries/ali.xml
100755 → 100644
Empty file.
Empty file modified .idea/gradle.xml
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion .idea/misc.xml
100755 → 100644

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/modules.xml
100755 → 100644

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified .idea/runConfigurations.xml
100755 → 100644
Empty file.
Empty file modified .idea/vcs.xml
100755 → 100644
Empty file.
Binary file added Images/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified LICENSE
100755 → 100644
Empty file.
10 changes: 8 additions & 2 deletions README.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
android date tools and <b>date picker</b> for tree calendar systems <b>Jalali , Hijri , Gregorian</b>

# Screen shots
todo put screen shots here
primary color will be your theme color
<p float="left">
<img src= "Images/1.png" height=500 />
<img src= "Images/2.png" height=500 />
<img src= "Images/3.png" height=500 />

</p>

# Add to your project
copy [this](https://github.com/hooshkar/AndroidMultiCalenderTools/releases/download/1.0.0/uneversaldatetools.aar) to "yourProject/app/libs" <br> [have problem?](https://github.com/hooshkar/AndroidMultiCalenderTools/wiki/install)
Expand All @@ -18,7 +24,7 @@ DateModel hijri = DateConverter.GregorianToHijri(2018, 1, 1);
~~~

<b>date picker:</b> <br>
xml:
xml:(don't change height and width)
~~~xml
<com.ali.uneversaldatetools.datePicker.UDatePicker
android:id="@+id/date_picker"
Expand Down
Empty file modified app/.gitignore
100755 → 100644
Empty file.
Empty file modified app/build.gradle
100755 → 100644
Empty file.
Empty file modified app/proguard-rules.pro
100755 → 100644
Empty file.
Empty file.
Empty file modified app/src/main/AndroidManifest.xml
100755 → 100644
Empty file.
Empty file modified app/src/main/java/com/ali/universaldatetools/MainActivity.java
100755 → 100644
Empty file.
Empty file modified app/src/main/res/drawable-v24/ic_launcher_foreground.xml
100755 → 100644
Empty file.
Empty file modified app/src/main/res/drawable/ic_launcher_background.xml
100755 → 100644
Empty file.
Empty file modified app/src/main/res/layout/activity_main.xml
100755 → 100644
Empty file.
Empty file modified app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
100755 → 100644
Empty file.
Empty file modified app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
100755 → 100644
Empty file.
Empty file modified app/src/main/res/mipmap-hdpi/ic_launcher.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/mipmap-hdpi/ic_launcher_round.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/mipmap-mdpi/ic_launcher.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/mipmap-mdpi/ic_launcher_round.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/mipmap-xhdpi/ic_launcher.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/mipmap-xxhdpi/ic_launcher.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/src/main/res/values/colors.xml
100755 → 100644
Empty file.
Empty file modified app/src/main/res/values/strings.xml
100755 → 100644
Empty file.
Empty file modified app/src/main/res/values/styles.xml
100755 → 100644
Empty file.
Empty file.
Empty file modified build.gradle
100755 → 100644
Empty file.
8 changes: 4 additions & 4 deletions gradle.properties
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
#Wed Sep 05 16:44:11 IRDT 2018
#Sun Dec 02 12:49:46 IRST 2018
systemProp.https.proxyPort=45853
systemProp.http.proxyHost=127.0.0.1
systemProp.https.proxyHost=127.0.0.1
org.gradle.jvmargs=-Xmx1536m
systemProp.http.proxyPort=44641
systemProp.https.proxyPort=44641
systemProp.https.proxyHost=127.0.0.1
systemProp.http.proxyPort=45853
Empty file modified gradle/wrapper/gradle-wrapper.jar
100755 → 100644
Empty file.
Empty file modified gradle/wrapper/gradle-wrapper.properties
100755 → 100644
Empty file.
Empty file modified gradlew
100755 → 100644
Empty file.
Empty file modified settings.gradle
100755 → 100644
Empty file.
Empty file modified uneversaldatetools/.gitignore
100755 → 100644
Empty file.
Empty file modified uneversaldatetools/build.gradle
100755 → 100644
Empty file.
Empty file modified uneversaldatetools/proguard-rules.pro
100755 → 100644
Empty file.
Empty file.
Empty file modified uneversaldatetools/src/main/AndroidManifest.xml
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified uneversaldatetools/src/main/res/drawable/arro_left.xml
100755 → 100644
Empty file.
Empty file modified uneversaldatetools/src/main/res/drawable/circle.xml
100755 → 100644
Empty file.
Empty file modified uneversaldatetools/src/main/res/drawable/counter_left.xml
100755 → 100644
Empty file.
Empty file modified uneversaldatetools/src/main/res/layout/item_day_empty.xml
100755 → 100644
Empty file.
Empty file modified uneversaldatetools/src/main/res/layout/item_day_normal.xml
100755 → 100644
Empty file.
Empty file modified uneversaldatetools/src/main/res/layout/item_day_selected.xml
100755 → 100644
Empty file.
Empty file modified uneversaldatetools/src/main/res/layout/item_day_today.xml
100755 → 100644
Empty file.
Empty file modified uneversaldatetools/src/main/res/layout/item_month_view.xml
100755 → 100644
Empty file.
Empty file modified uneversaldatetools/src/main/res/layout/item_year.xml
100755 → 100644
Empty file.
Empty file.
Empty file modified uneversaldatetools/src/main/res/layout/u_date_picker_year.xml
100755 → 100644
Empty file.
Empty file modified uneversaldatetools/src/main/res/values-fa/strings.xml
100755 → 100644
Empty file.
Empty file modified uneversaldatetools/src/main/res/values/colors.xml
100755 → 100644
Empty file.
Empty file modified uneversaldatetools/src/main/res/values/dimens.xml
100755 → 100644
Empty file.
Empty file modified uneversaldatetools/src/main/res/values/strings.xml
100755 → 100644
Empty file.
Empty file.

0 comments on commit 686df0a

Please sign in to comment.