You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2021/03/15 11:24:01 UTC

[GitHub] [fineract-cn-mobile] varsvat commented on a change in pull request #133: Fix-266: Nav view username fixed

varsvat commented on a change in pull request #133:
URL: https://github.com/apache/fineract-cn-mobile/pull/133#discussion_r594251411



##########
File path: app/src/main/res/layout/layout_nav_header.xml
##########
@@ -31,10 +32,12 @@
         android:typeface="monospace"/>
 
     <TextView
-        android:id="@+id/textView"
+        android:id="@+id/nav_user_tenant"
         android:layout_height="wrap_content"
         android:layout_width="wrap_content"
         android:textColor="@color/white"
-        android:text="rajanmaurya154@gmail.com"/>
+        android:paddingTop="@dimen/layout_padding_8dp"

Review comment:
       Adding a top padding will look good at latest mobile with full screens as there , we see a overflow at the top of nav bar but it works fine in the older mobiles where we used to have touch screen buttons. For solving this issue , dont add padding, I have already opened a [PR](https://github.com/apache/fineract-cn-mobile/pull/118) that solves this issue.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org