I want to change the soft keys(Not sure about name of these buttons all together) background from black to transparent in my app so that users will get a complete visibility of items in listview in my app. I found this feature in Google photos android app. Please that app screenshot here.
Please some one could help me find a reference document or code to achieve this functionality. Thanks in advance.
Soft keys all together are called Navigation Bar.
To make it transparent add this line to your activity style (for API 19 and above):
<item name="android:windowTranslucentNavigation">true</item>