Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Commit

Permalink
UI changes done (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehulipal authored and somenath1435 committed Jan 6, 2020
1 parent c34e276 commit 38f2804
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
23 changes: 10 additions & 13 deletions app/src/main/res/layout/nav_header_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="@dimen/nav_header_height"
android:background="@drawable/side_nav_bar"
android:background="@color/Colourm1"
android:gravity="bottom"
android:orientation="vertical"
android:paddingLeft="@dimen/activity_horizontal_margin"
Expand All @@ -14,23 +14,20 @@

<ImageView
android:id="@+id/imageView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_height="@dimen/com_facebook_profilepictureview_preset_size_normal"
android:contentDescription="@string/nav_header_desc"
android:paddingTop="@dimen/nav_header_vertical_spacing"
app:srcCompat="@mipmap/ic_launcher_round" />
android:layout_marginBottom="10dp"
app:srcCompat="@drawable/logo" />

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/nav_header_vertical_spacing"
android:text="@string/nav_header_title"
android:textAppearance="@style/TextAppearance.AppCompat.Body1" />

<TextView
android:id="@+id/textView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/nav_header_subtitle" />
android:paddingLeft="75dp"
android:text="@string/Stringm1"
android:textAppearance="@style/TextAppearance.AppCompat.Body1"
android:textColor="@color/browser_actions_title_color"
android:textSize="18sp" />

</LinearLayout>
1 change: 1 addition & 0 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
<color name="colorPrimary">#008577</color>
<color name="colorPrimaryDark">#00574B</color>
<color name="colorAccent">#D81B60</color>
<color name="Colourm1">#BCE7D64A</color>
</resources>
4 changes: 3 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@
<string name="menu_send">Send</string>
<string name="facebook_application_id">435448930457946</string>
<string name="fb_login_protocol_scheme">fb435448930457946</string>
<string name="string1">Enter the Text</string>
<string name="Stringm1">TranslateX</string>


</resources>

0 comments on commit 38f2804

Please sign in to comment.