Add file size to Files (#292)
Merge branch 'master' into 290-file-size # Conflicts: # app/src/main/res/values/strings.xml Generic word for size text Add file size to Files Reviewed-on: https://gitea.com/gitnex/GitNex/pulls/292
This commit is contained in:
@ -43,10 +43,21 @@
|
||||
android:textColor="?attr/primaryTextColor"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/fileInfo"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight=".20"
|
||||
android:layout_marginBottom="0dp"
|
||||
android:text="@string/sizeCopy"
|
||||
android:visibility="gone"
|
||||
android:textColor="?attr/primaryTextColor"
|
||||
android:textSize="12sp" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/filesDropdownMenu"
|
||||
android:layout_width="0dp"
|
||||
android:layout_weight=".10"
|
||||
android:layout_weight=".0"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="end"
|
||||
android:scaleType="fitEnd"
|
||||
|
Reference in New Issue
Block a user