am d7dfbb62: am a768c0b2: am 1cbbec00: Merge "Fix marquee on app snippet in InstalledAppDetails" into mnc-dev
* commit 'd7dfbb627c0fca16bc557699698f7eb488e86699': Fix marquee on app snippet in InstalledAppDetails
This commit is contained in:
@@ -763,6 +763,7 @@ public class InstalledAppDetails extends AppInfoBase
|
||||
TextView appVersion = (TextView) appSnippet.findViewById(R.id.widget_text1);
|
||||
|
||||
if (!TextUtils.isEmpty(versionName)) {
|
||||
appVersion.setSelected(true);
|
||||
appVersion.setVisibility(View.VISIBLE);
|
||||
appVersion.setText(appSnippet.getContext().getString(R.string.version_text,
|
||||
String.valueOf(versionName)));
|
||||
|
||||
Reference in New Issue
Block a user