diff --git a/README.md b/README.md index cf2daa2..45c8bd7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ AIRA is peer-to-peer encrypted communication tool for local networks built on th Here is the Android version. You can find the original AIRA desktop version [here](https://forge.chapril.org/hardcoresushi/AIRA). +

+Screenshot of the main screen of AIRA-android, with Bob online and Angerfist and Barack Obama as contacts +Screenshot of a conversation between Alice and Bob about AIRA +Screenshot of the settings screen of AIRA-android +

+ # Disclaimer AIRA is still under developement and is not ready for production usage yet. Not all features have been implemented and bugs are expected. Neither the code or the PSEC protocol received any security audit and therefore shouldn't be considered fully secure. AIRA is provided "as is", without any warranty of any kind. diff --git a/app/src/main/res/layout/adapter_chat_item.xml b/app/src/main/res/layout/adapter_chat_item.xml index c897e44..41aca71 100644 --- a/app/src/main/res/layout/adapter_chat_item.xml +++ b/app/src/main/res/layout/adapter_chat_item.xml @@ -9,7 +9,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" - android:visibility="gone"/> + android:visibility="gone" + android:paddingVertical="5dp"/>