mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
changes as requested
This commit is contained in:
parent
04b77aa2f4
commit
b5fdba576f
3 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@
|
||||||
android:gravity="center_horizontal"
|
android:gravity="center_horizontal"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:text="TextView"
|
android:text="TextView"
|
||||||
android:textColor="#303030"
|
android:textColor="@color/textColor"
|
||||||
android:textSize="16dip" />
|
android:textSize="16dip" />
|
||||||
|
|
||||||
</com.owncloud.android.ui.SquareLinearLayout>
|
</com.owncloud.android.ui.SquareLinearLayout>
|
|
@ -22,5 +22,6 @@
|
||||||
<color name="filelist_icon_backgorund">#DDDDDD</color>
|
<color name="filelist_icon_backgorund">#DDDDDD</color>
|
||||||
<color name="owncloud_blue_bright">#00ddff</color>
|
<color name="owncloud_blue_bright">#00ddff</color>
|
||||||
<color name="list_item_lastmod_and_filesize_text">#989898</color>
|
<color name="list_item_lastmod_and_filesize_text">#989898</color>
|
||||||
|
<color name="textColor">#303030</color>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
|
@ -161,7 +161,6 @@ public class LocalFileListAdapter extends BaseAdapter implements ListAdapter {
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
//fileSizeV.setVisibility(View.GONE);
|
|
||||||
lastModV.setVisibility(View.GONE);
|
lastModV.setVisibility(View.GONE);
|
||||||
checkBoxV.setVisibility(View.GONE);
|
checkBoxV.setVisibility(View.GONE);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue