mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
Add filename for media files
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
63ee2cc009
commit
8f0bfdec5d
1 changed files with 15 additions and 0 deletions
|
@ -148,6 +148,21 @@
|
|||
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/Filename"
|
||||
android:layout_width="@dimen/grid_filename_width"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:ellipsize="middle"
|
||||
android:gravity="center"
|
||||
android:singleLine="true"
|
||||
android:text="@string/placeholder_filename"
|
||||
android:textColor="@color/text_color"
|
||||
android:textSize="@dimen/grid_item_text_size"
|
||||
app:layout_constraintEnd_toStartOf="@+id/more"
|
||||
app:layout_constraintTop_toBottomOf="@+id/thumbnail"
|
||||
tools:visibility="visible" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/more"
|
||||
android:layout_width="wrap_content"
|
||||
|
|
Loading…
Reference in a new issue