Skip to content

Commit

Permalink
Changed icons
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-chauhan-opendoor committed Aug 8, 2017
1 parent 8b903d0 commit a9f1ff0
Show file tree
Hide file tree
Showing 23 changed files with 18 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
/build
/captures
.externalNativeBuild

.idea/
1 change: 0 additions & 1 deletion .idea/modules.xml

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

4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:icon="@mipmap/ic_ieeedtu_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:roundIcon="@mipmap/ic_ieeedtu_launcher"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity
Expand Down
Binary file added app/src/main/ic_ieeedtu_launcher-web.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 app/src/main/res/drawable-xxxhdpi/me.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/layout_news_recycler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@
<ImageView
android:id="@+id/iv_news_im"
android:layout_width="match_parent"
android:layout_height="180dp"
android:layout_height="match_parent"
android:scaleType="fitXY"
android:visibility="visible"
android:padding="10dp"
android:adjustViewBounds="true"
android:src="@drawable/eg"/>

<View
Expand Down
11 changes: 6 additions & 5 deletions app/src/main/res/layout/nav_header_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@

<ImageView
android:id="@+id/imageView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingTop="@dimen/nav_header_vertical_spacing"
app:srcCompat="@android:drawable/sym_def_app_icon" />
android:paddingTop="16dp"
android:adjustViewBounds="true"
android:layout_width="72dp"
android:layout_height="72dp"
app:srcCompat="@drawable/me" />

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/nav_header_vertical_spacing"
android:text="John Doe"
android:text="Himanshu Chauhan"
android:textAppearance="@style/TextAppearance.AppCompat.Body1" />

<TextView
Expand Down
12 changes: 6 additions & 6 deletions app/src/main/res/menu/activity_main_drawer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<group android:checkableBehavior="single">
<item
android:id="@+id/nav_council"
android:icon="@drawable/ic_menu_camera"
android:icon="@drawable/ic_supervisor_account_black_24dp"
android:title="Council Members" />
<item
android:id="@+id/nav_volunteer"
android:icon="@drawable/ic_menu_gallery"
android:title="Volunteer of the Month" />
<item
android:id="@+id/nav_organizer"
android:icon="@drawable/ic_menu_slideshow"
android:icon="@drawable/ic_account_box_black_24dp"
android:title="Organizer of the Month" />
<item
android:id="@+id/nav_volunteer"
android:icon="@drawable/ic_account_box_black_24dp"
android:title="Volunteer of the Month" />
</group>

</menu>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a9f1ff0

Please sign in to comment.