소스 검색

Use full width of drawer for logo

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 4 년 전
부모
커밋
ba89d40fe8
2개의 변경된 파일1개의 추가작업 그리고 18개의 파일을 삭제
  1. 0 17
      src/main/res/drawable/nextcloud_logo.xml
  2. 1 1
      src/main/res/layout/drawer_header.xml

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 17
src/main/res/drawable/nextcloud_logo.xml


+ 1 - 1
src/main/res/layout/drawer_header.xml

@@ -26,7 +26,7 @@
 
     <ImageView
         android:id="@+id/drawer_header_logo"
-        android:layout_width="@dimen/drawer_header_logo_width"
+        android:layout_width="match_parent"
         android:layout_height="match_parent"
         android:layout_margin="@dimen/standard_margin"
         android:contentDescription="@string/empty"

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.