use project icons for certification status

Closes #573
This commit is contained in:
Vincent Breitmoser
2014-04-17 14:41:53 +02:00
parent 0be4f69860
commit fda9bd1386
34 changed files with 8 additions and 8 deletions

View File

@@ -79,7 +79,7 @@
android:layout_height="wrap_content"
android:id="@+id/verified"
android:layout_gravity="center"
android:src="@android:drawable/presence_online"
android:src="@drawable/key_certify_ok_depth0"
android:paddingLeft="25dp" />
</FrameLayout>

View File

@@ -50,7 +50,7 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:id="@+id/certified"
android:src="@android:drawable/presence_invisible"
android:src="@drawable/key_certify_ok_self"
android:layout_marginLeft="5dp"
android:layout_marginRight="5dp" />