New lock icons.
This commit is contained in:
parent
5918353fc7
commit
e641a28cf5
7 changed files with 5 additions and 44 deletions
BIN
res/drawable-hdpi/ic_menu_lock_holo_light.png
Normal file
BIN
res/drawable-hdpi/ic_menu_lock_holo_light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 767 B |
BIN
res/drawable-mdpi/ic_menu_lock_holo_light.png
Normal file
BIN
res/drawable-mdpi/ic_menu_lock_holo_light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 611 B |
BIN
res/drawable-xhdpi/ic_menu_lock_holo_light.png
Normal file
BIN
res/drawable-xhdpi/ic_menu_lock_holo_light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
|
@ -149,53 +149,14 @@
|
|||
android:maxLength="1000"
|
||||
/>
|
||||
|
||||
<!-- <RelativeLayout -->
|
||||
<!-- android:id="@+id/editor_with_counter" -->
|
||||
<!-- android:layout_width="0dip" -->
|
||||
<!-- android:layout_height="wrap_content" -->
|
||||
<!-- android:layout_weight="1.0" -->
|
||||
<!-- android:addStatesFromChildren="true" -->
|
||||
<!-- android:background="@android:drawable/edit_text"> -->
|
||||
|
||||
<!-- <EditText -->
|
||||
<!-- android:id="@+id/embedded_text_editor" -->
|
||||
<!-- android:layout_width="fill_parent" -->
|
||||
<!-- android:layout_height="wrap_content" -->
|
||||
<!-- android:autoText="true" -->
|
||||
<!-- android:capitalize="sentences" -->
|
||||
<!-- android:nextFocusRight="@+id/send_button" -->
|
||||
<!-- android:hint="Type to compose" -->
|
||||
<!-- android:maxLines="4" -->
|
||||
<!-- android:inputType="textShortMessage|textAutoCorrect|textCapSentences|textMultiLine" -->
|
||||
<!-- android:imeOptions="actionSend|flagNoEnterAction" -->
|
||||
<!-- android:background="@null" -->
|
||||
<!-- android:maxLength="1000" -->
|
||||
<!-- /> -->
|
||||
|
||||
<!-- <TextView -->
|
||||
<!-- android:id="@+id/text_counter" -->
|
||||
<!-- android:layout_width="wrap_content" -->
|
||||
<!-- android:layout_height="wrap_content" -->
|
||||
<!-- android:background="#88000000" -->
|
||||
<!-- android:textColor="#ffffffff" -->
|
||||
<!-- android:textSize="11sp" -->
|
||||
<!-- android:textStyle="bold" -->
|
||||
<!-- android:paddingLeft="3dip" -->
|
||||
<!-- android:paddingRight="3dip" -->
|
||||
<!-- android:layout_alignParentRight="true" -->
|
||||
<!-- android:layout_alignParentTop="true" -->
|
||||
<!-- android:visibility="gone" -->
|
||||
<!-- /> -->
|
||||
<!-- </RelativeLayout> -->
|
||||
|
||||
<Button android:id="@+id/send_button"
|
||||
android:layout_marginLeft="5dip"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="fill_parent"
|
||||
style="?android:attr/buttonStyle"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:nextFocusLeft="@+id/embedded_text_editor"
|
||||
android:text="Send"
|
||||
android:padding="8dip"
|
||||
/>
|
||||
</LinearLayout>
|
||||
<TextView android:id="@+id/space_left"
|
||||
|
|
|
@ -123,7 +123,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:src="@drawable/ic_lock_message_sms"
|
||||
android:src="@drawable/ic_menu_lock_holo_light"
|
||||
android:visibility="gone" />
|
||||
|
||||
<ImageView
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:src="@drawable/ic_lock_message_sms"
|
||||
android:src="@drawable/ic_menu_lock_holo_light"
|
||||
android:visibility="gone" />
|
||||
|
||||
<ImageView
|
||||
|
|
|
@ -365,8 +365,8 @@ public class ConversationActivity extends SherlockFragmentActivity {
|
|||
if (isSingleExistingConversation() &&
|
||||
KeyUtil.isSessionFor(this, recipients.getPrimaryRecipient()))
|
||||
{
|
||||
sendButton.setCompoundDrawablesWithIntrinsicBounds(0, 0, R.drawable.ic_lock_small, 0);
|
||||
sendButton.setCompoundDrawablePadding(10);
|
||||
sendButton.setCompoundDrawablesWithIntrinsicBounds(0, 0, R.drawable.ic_menu_lock_holo_light, 0);
|
||||
sendButton.setCompoundDrawablePadding(15);
|
||||
this.sendEncrypted = true;
|
||||
this.characterCalculator = new EncryptedCharacterCalculator();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue